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.
components.d.ts
1 parent fc06466 commit ab449e5Copy full SHA for ab449e5
1 file changed
packages/bridge/src/type-templates.ts
@@ -11,7 +11,7 @@ type ComponentsTemplateOptions = {
11
}
12
13
export const componentsTypeTemplate = {
14
- filename: 'components.d.ts',
+ filename: 'types/components.d.ts',
15
getContents: ({ options }: { options: ComponentsTemplateOptions }) => `// Generated by components discovery
16
declare module 'vue' {
17
export interface GlobalComponents {
0 commit comments