started from boilarplate

This commit is contained in:
Kar
2022-09-15 20:41:02 +05:30
commit 2979e26b54
29 changed files with 526 additions and 0 deletions

14
components.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
// 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 {
ButtonRepo: typeof import('./src/components/ButtonRepo.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}