怎么在 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 报错更多了 头疼