fix autoimports
parent
82d520bf
No related branches found
No related tags found
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
Showing
- auto-imports.d.ts 0 additions, 78 deletionsauto-imports.d.ts
- package.json 1 addition, 0 deletionspackage.json
- src/app/App.vue 0 additions, 1 deletionsrc/app/App.vue
- src/app/auto-imports.d.ts 66 additions, 76 deletionssrc/app/auto-imports.d.ts
- src/app/components.d.ts 40 additions, 0 deletionssrc/app/components.d.ts
- src/modules/BaseSidebarMenu.vue 0 additions, 2 deletionssrc/modules/BaseSidebarMenu.vue
- src/modules/EntityItem.vue 4 additions, 6 deletionssrc/modules/EntityItem.vue
- src/pages/HomePage.vue 2 additions, 5 deletionssrc/pages/HomePage.vue
- vite.config.ts 4 additions, 4 deletionsvite.config.ts
- yarn.lock 16 additions, 2 deletionsyarn.lock
auto-imports.d.ts
deleted
100644 → 0
... | ... | @@ -43,6 +43,7 @@ |
"eslint-plugin-vue": "^9.23.0", | ||
"npm-run-all2": "^6.2.0", | ||
"prettier": "^3.2.5", | ||
"sass": "^1.77.8", | ||
"typescript": "~5.4.0", | ||
"unplugin-auto-import": "^0.18.2", | ||
"unplugin-vue-components": "^0.27.3", | ||
... | ... |
Please register or sign in to comment