Vendored
+3
@@ -27,6 +27,7 @@ declare module 'vue' {
|
||||
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
|
||||
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
|
||||
InputText: typeof import('primevue/inputtext')['default']
|
||||
LayoutWithTabs: typeof import('./src/layouts/LayoutWithTabs.vue')['default']
|
||||
LinkCopyButton: typeof import('./src/components/link/LinkCopyButton.vue')['default']
|
||||
LinkMono: typeof import('./src/components/link/LinkMono.vue')['default']
|
||||
LinkQrCode: typeof import('./src/components/link/LinkQrCode.vue')['default']
|
||||
@@ -43,6 +44,8 @@ declare module 'vue' {
|
||||
ReadMessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
TabBar: typeof import('./src/components/layout/TabBar.vue')['default']
|
||||
TabMenuItem: typeof import('./src/components/layout/TabMenuItem.vue')['default']
|
||||
TheWelcome: typeof import('./src/components/TheWelcome/TheWelcome.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user