perf: 迁移项目至Vite构建工具,更新依赖和配置
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -1,10 +1,11 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
// biome-ignore lint: disable
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Foot: typeof import('./src/components/Foot.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user