chore: remove unnecessary enum initial value

This commit is contained in:
Evan You 2019-09-16 13:15:20 -04:00
parent 34e4b8892b
commit 54a78f3856

View File

@ -5,7 +5,7 @@ import { warn, pushWarningContext, popWarningContext } from './warning'
// contexts where user provided function may be executed, in addition to
// lifecycle hooks.
export const enum ErrorCodes {
SETUP_FUNCTION = 1,
SETUP_FUNCTION,
RENDER_FUNCTION,
WATCH_GETTER,
WATCH_CALLBACK,