a
This commit is contained in:
parent
90e3d3250c
commit
296ff0ae7a
1 changed files with 0 additions and 8 deletions
8
web/components.d.ts
vendored
8
web/components.d.ts
vendored
|
@ -7,14 +7,6 @@ export {}
|
||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
ActionToolbar: typeof import('./src/components/actionToolbar.vue')['default']
|
|
||||||
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
|
|
||||||
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
|
|
||||||
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']
|
|
||||||
ListViewTemplate: typeof import('./src/components/ListViewTemplate.vue')['default']
|
|
||||||
LoginPage: typeof import('./src/components/loginPage.vue')['default']
|
LoginPage: typeof import('./src/components/loginPage.vue')['default']
|
||||||
SearchElement: typeof import('./src/components/SearchElement.vue')['default']
|
|
||||||
StartPage: typeof import('./src/components/StartPage.vue')['default']
|
|
||||||
TurboLogo: typeof import('./src/components/turboLogo.vue')['default']
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue