chore: remove unnecessary enum initial value
This commit is contained in:
parent
34e4b8892b
commit
54a78f3856
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user