[vite] Pre-transform error: Failed to resolve import “@vueuse/core“ from... Does the file exist?
[vite] Pre-transform error: Failed to resolve import "@vueuse/core" from
·
[vite] Pre-transform error: Failed to resolve import “@vueuse/core” from… Does the file exist?

解决方法:
确认 @vueuse/core 是否已经安装在你的项目中。如果没有安装,你需要运行以下命令来安装它:
npm install @vueuse/core
或者使用 yarn:
yarn add @vueuse/core
更多推荐




所有评论(0)