chore: fix error reporting URL to point to vue-next (#624) [ci skip]

This commit is contained in:
Sören Schwert 2020-01-16 03:50:06 +01:00 committed by Evan You
parent e683cc6ed4
commit 1081ef8089

View File

@ -49,7 +49,7 @@ export const ErrorTypeStrings: Record<number | string, string> = {
[ErrorCodes.FUNCTION_REF]: 'ref function',
[ErrorCodes.SCHEDULER]:
'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