We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41ad97 commit 8c71d3eCopy full SHA for 8c71d3e
packages/compiler-core/src/errors.ts
@@ -158,7 +158,7 @@ export const errorMessages: Record<ErrorCodes, string> = {
158
[ErrorCodes.X_V_ON_NO_EXPRESSION]: `v-on is missing expression.`,
159
[ErrorCodes.X_V_SLOT_UNEXPECTED_DIRECTIVE_ON_SLOT_OUTLET]: `Unexpected custom directive on <slot> outlet.`,
160
[ErrorCodes.X_V_SLOT_MIXED_SLOT_USAGE]:
161
- `Mixed v-slot usage on both the component and nested <template>.` +
+ `Mixed v-slot usage on both the component and nested <template>. ` +
162
`When there are multiple named slots, all slots should use <template> ` +
163
`syntax to avoid scope ambiguity.`,
164
[ErrorCodes.X_V_SLOT_DUPLICATE_SLOT_NAMES]: `Duplicate slot names found. `,
0 commit comments