Can‘t resolve ‘element-plus/lib/el-config-provider‘

Project scenario:

Vue internationalization introduces el-config-provider to report an error


 The elconfigprovider here is exposed by default

solution

changed to

import ElConfigProvider from 'element-plus'

Guess you like

Origin blog.csdn.net/m0_70718568/article/details/129768677