Skip to content

Commit 116c15b

Browse files
committed
chore(nuxt): align global components indent
1 parent cb2b9d5 commit 116c15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/src/components/templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ import type { DefineComponent, SlotsType } from 'vue'
168168
${nuxt.options.experimental.componentIslands ? islandType : ''}
169169
${hydrationTypes}
170170
interface _GlobalComponents {
171-
${componentTypes.map(([pascalName, type]) => ` '${pascalName}': ${type}`).join('\n')}
172-
${componentTypes.map(([pascalName, type]) => ` 'Lazy${pascalName}': LazyComponent<${type}>`).join('\n')}
171+
${componentTypes.map(([pascalName, type]) => ` '${pascalName}': ${type}`).join('\n')}
172+
${componentTypes.map(([pascalName, type]) => ` 'Lazy${pascalName}': LazyComponent<${type}>`).join('\n')}
173173
}
174174
175175
declare module 'vue' {

0 commit comments

Comments
 (0)