vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
538 stars 173 forks source link

.vue文件中导出 import { ref } from "vue";后启动项目时报错 #235

Closed meishaonian123 closed 9 months ago

meishaonian123 commented 10 months ago

Bug report

What is actually happening?

image

Other relevant information

meishaonian123 commented 10 months ago

在ts或js中import { reactive, computed } from "vue";,然后在vue文件中引入,启动不会报错。只是在vue文件中直接引入后启动报错

recoluan commented 9 months ago

临时解决方案,可以使用相对路径,去 node_modules 里去引用