From: Sören Schwert Date: Thu, 16 Jan 2020 02:50:06 +0000 (+0100) Subject: chore: fix error reporting URL to point to vue-next (#624) [ci skip] X-Git-Tag: v3.0.0-alpha.3~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1081ef80896293979427be1e649894180e47654e;p=thirdparty%2Fvuejs%2Fcore.git chore: fix error reporting URL to point to vue-next (#624) [ci skip] --- diff --git a/packages/runtime-core/src/errorHandling.ts b/packages/runtime-core/src/errorHandling.ts index 29137a4e26..5d5592fba7 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