tobe-fe-dalao / fast-vue3

Vue3+Vite+Ts+Pinia+....一个快速开发vue3的模板框架,快速搭建前台应用
https://tobe-fe-dalao.github.io/fast-vue3/
MIT License
1.81k stars 446 forks source link

fix: 依赖引起的错误,vue3.2 version and unocss setting #67

Closed birght closed 12 months ago

birght commented 12 months ago

修复了vue3.2版本与pinia之间引起的类型兼容性错误 No matching export in "node_modules/.pnpm/vue-demi@0.14.6_vue@3.2.47/node_modules/vue-demi/lib/index.mjs" for import "hasInjectionContext"

修复unocss废弃配置 exclude option is deprecated, use content.pipeline.exclude instead.

修复了vue文件使用组件和引入header的ts验证报错,

修复方式: 直接更新了所有最新依赖项 修改了unocss的配置文件 删除了vue文件错误使用方式

birght commented 12 months ago

删除文件部分有问题,是由于vetur插件引起的错误检查