摘要: 解决方法: 引入路径报红时,lang='ts‘修改成js或者不写。 阅读全文
posted @ 2022-11-30 15:04 爵岚 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 调试vue项目,发现报如下错误: [plugin:vite:import-analysis]>[plugin:vite:import-analysis] Failed to resolve import "./views/Home" from "src\main.js". Does the file 阅读全文
posted @ 2022-11-30 08:10 爵岚 阅读(1460) 评论(0) 推荐(0) 编辑
摘要: 问题​ Vue3 项目中使用 setup() 函数,代码如下 <script setup> import { useStore } from "../stores/store.js"; export default { setup() { const store = useStore(); retu 阅读全文
posted @ 2022-11-30 08:08 爵岚 阅读(17431) 评论(0) 推荐(3) 编辑