From: Cédric Exbrayat Date: Mon, 14 Nov 2022 07:06:24 +0000 (+0100) Subject: chore(compiler-core): missing space in v-slot mixed usage error message (#7076) X-Git-Tag: v3.2.46~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b46ba6e2ade2b0bfb654d680d9ae239732f643d4;p=thirdparty%2Fvuejs%2Fcore.git chore(compiler-core): missing space in v-slot mixed usage error message (#7076) --- diff --git a/packages/compiler-core/src/errors.ts b/packages/compiler-core/src/errors.ts index 345aa183fc..db7d0eb393 100644 --- a/packages/compiler-core/src/errors.ts +++ b/packages/compiler-core/src/errors.ts @@ -158,7 +158,7 @@ export const errorMessages: Record = { [ErrorCodes.X_V_ON_NO_EXPRESSION]: `v-on is missing expression.`, [ErrorCodes.X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET]: `Unexpected custom directive on outlet.`, [ErrorCodes.X_V_SLOT_MIXED_SLOT_USAGE]: - `Mixed v-slot usage on both the component and nested