怎么在 quasar 中按需引入 elementUi 啊?
这么引入就报错:TypeError: Cannot read properties of undefined (reading 'prototype')
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
createApp(App).use(ElementUI).mount('#app')
看百度说vue3不支持elementui 用的是element-plus 引element-plus 报错更多了 头疼
请问你这个是 v2 版吗?
vue3
vue3 的话,就是应该使用 element-plus; 你会引入 axios 吗?原理应该是差不多的。