别名配置报错,src文件夹下面新建vite-env.d.ts

///
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}

posted @ 2023-08-27 23:06  上海颖  阅读(59)  评论(0编辑  收藏  举报