agrass-GitHub / element-plus-crx

一个基于 vue3 + element plus 的扩展组件库,提供数据配置表单,表格,菜单等丰富的扩展组件,帮助你快速开发
MIT License
25 stars 2 forks source link

app.use(ElementPlusCrx)报错 #4

Closed saltfish233 closed 5 months ago

saltfish233 commented 5 months ago
app.use(ElementPlusCrx);
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
    app.component(key, component);
}

报错

config-provider-props.mjs?v=2439bae4:34 Uncaught ReferenceError: Cannot access 'useEmptyValuesProps' before initialization
    at config-provider-props.mjs?v=2439bae4:34:6
agrass-GitHub commented 5 months ago

方便给出 element-plus 版本吗?降级应该是没有这个问题。后面会修复掉。

agrass-GitHub commented 5 months ago

已修复