fix(runtime-core): add missing serverPrefetch hook error string (#4014)
This commit is contained in:
parent
ef5c41523f
commit
d069796b8f
@ -24,6 +24,7 @@ export const enum ErrorCodes {
|
||||
}
|
||||
|
||||
export const ErrorTypeStrings: Record<number | string, string> = {
|
||||
[LifecycleHooks.SERVER_PREFETCH]: 'serverPrefetch hook',
|
||||
[LifecycleHooks.BEFORE_CREATE]: 'beforeCreate hook',
|
||||
[LifecycleHooks.CREATED]: 'created hook',
|
||||
[LifecycleHooks.BEFORE_MOUNT]: 'beforeMount hook',
|
||||
|
Loading…
Reference in New Issue
Block a user