FEAT: add rss & eslint & typescript
This commit is contained in:
20
components.d.ts
vendored
Normal file
20
components.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
ApplicationsList: typeof import('./src/components/applications-list.vue')['default']
|
||||
BackupRestore: typeof import('./src/components/backup-restore.vue')['default']
|
||||
Demo: typeof import('./src/components/demo.vue')['default']
|
||||
Disclaimer: typeof import('./src/components/disclaimer.vue')['default']
|
||||
HeroButtons: typeof import('./src/components/hero-buttons.vue')['default']
|
||||
HeroTitle: typeof import('./src/components/hero-title.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Terminal: typeof import('./src/components/terminal.vue')['default']
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user