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 cb2b9d5 commit 116c15bCopy full SHA for 116c15b
packages/nuxt/src/components/templates.ts
@@ -168,8 +168,8 @@ import type { DefineComponent, SlotsType } from 'vue'
168
${nuxt.options.experimental.componentIslands ? islandType : ''}
169
${hydrationTypes}
170
interface _GlobalComponents {
171
- ${componentTypes.map(([pascalName, type]) => ` '${pascalName}': ${type}`).join('\n')}
172
- ${componentTypes.map(([pascalName, type]) => ` 'Lazy${pascalName}': LazyComponent<${type}>`).join('\n')}
+${componentTypes.map(([pascalName, type]) => ` '${pascalName}': ${type}`).join('\n')}
+${componentTypes.map(([pascalName, type]) => ` 'Lazy${pascalName}': LazyComponent<${type}>`).join('\n')}
173
}
174
175
declare module 'vue' {
0 commit comments