diff --git a/packages/runtime-core/src/errorHandling.ts b/packages/runtime-core/src/errorHandling.ts index 29137a4e2..5d5592fba 100644 --- a/packages/runtime-core/src/errorHandling.ts +++ b/packages/runtime-core/src/errorHandling.ts @@ -49,7 +49,7 @@ export const ErrorTypeStrings: Record = { [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