chore: remove unnecessary enum initial value
This commit is contained in:
@@ -5,7 +5,7 @@ import { warn, pushWarningContext, popWarningContext } from './warning'
|
|||||||
// contexts where user provided function may be executed, in addition to
|
// contexts where user provided function may be executed, in addition to
|
||||||
// lifecycle hooks.
|
// lifecycle hooks.
|
||||||
export const enum ErrorCodes {
|
export const enum ErrorCodes {
|
||||||
SETUP_FUNCTION = 1,
|
SETUP_FUNCTION,
|
||||||
RENDER_FUNCTION,
|
RENDER_FUNCTION,
|
||||||
WATCH_GETTER,
|
WATCH_GETTER,
|
||||||
WATCH_CALLBACK,
|
WATCH_CALLBACK,
|
||||||
|
|||||||
Reference in New Issue
Block a user