chore: fix error reporting URL to point to vue-next (#624) [ci skip]
This commit is contained in:
parent
e683cc6ed4
commit
1081ef8089
@ -49,7 +49,7 @@ export const ErrorTypeStrings: Record<number | string, string> = {
|
|||||||
[ErrorCodes.FUNCTION_REF]: 'ref function',
|
[ErrorCodes.FUNCTION_REF]: 'ref function',
|
||||||
[ErrorCodes.SCHEDULER]:
|
[ErrorCodes.SCHEDULER]:
|
||||||
'scheduler flush. This is likely a Vue internals bug. ' +
|
'scheduler flush. This is likely a Vue internals bug. ' +
|
||||||
'Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue'
|
'Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next'
|
||||||
}
|
}
|
||||||
|
|
||||||
export type ErrorTypes = LifecycleHooks | ErrorCodes
|
export type ErrorTypes = LifecycleHooks | ErrorCodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user