1.模块“"vite"”没有导出的成员“defineConfig”

vite更新需重新创建项目

2. 模块 \"\"path\"\" 只能在使用 \"allowSyntheticDefaultImports\" 标志时进行默认导入

tsconfig.node.json文件添加 "allowSyntheticDefaultImports": true,

3.找不到模块“vite”或其相应的类型声明

修改env.d.ts文件内容,无则创建文件,与main.ts同级

添加:

declare module '*.vue' {

import { ComponentOptions } from 'vue'

const componentOptions: ComponentOptions

export default componentOptions

}

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐