-
Notifications
You must be signed in to change notification settings - Fork 287
Description
Failed to resolve import "vue-devui/row/index.es.js" from "src\layout\index.vue". Does the file exist? 17:47:45 [vite] Internal server error: Failed to resolve import "vue-devui/row/index.es.js" from "src\layout\index.vue". Does the file exist? Plugin: vite:import-analysis File: D:/software/VSCODE workspace/Blog/DevUIBlog/src/layout/index.vue:1:87 1 | /* unplugin-vue-components disabled */import { Row as __unplugin_components_1 } from 'vue-devui/row/index.es.js';import 'vue-devui/grid/style.css'; | ^ 2 | import { Col as __unplugin_components_0 } from 'vue-devui/col/index.es.js';import 'vue-devui/grid/style.css'; 3 | import { ref } from 'vue'; at formatError

按照文档配置了按需引入失败,请问哪里出错了?