[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
Logo

一站式 AI 云服务平台

更多推荐