针对你遇到的“failed to resolve import "@vue/reactivity"”问题,以下是一些可能的解决步骤和考虑因素: 检查@vue/reactivity包是否已安装: 确保你的项目中已经安装了@vue/reactivity包。你可以通过运行以下命令来检查: bash npm list @vue/reactivity 如果包没有列出,你需要安装它。使用以下命令进行安装: bash np...
'D:\\Code\\NewIdea\\tmp\\tmp\\node_modules\\@vue\\runtime-core\\dist\\runtime-core.esm-bundler.js', 'D:\\Code\\NewIdea\\tmp\\tmp\\node_modules\\@vue\\shared\\dist\\shared.esm-bundler.js', 'D:\\Code\\NewIdea\\tmp\\tmp\\node_modules\\@vue\\reactivity\\dist\\reactivity.e...
Failed to mount component: template or render function not defined. Here is the code: <template> <no-ssr> <vue-live :code="``" /> </no-ssr> </template> import VueLive from 'vue-live' export default { components: { VueLive } } Any idea?Member elevatebart commented Feb 3, ...