How to modify global default attributes when introducing element UI with CDN?

tzxcd3kk  于 21天前  发布在  其他
关注(0)|答案(2)|浏览(13)

比如我想要所有的el-input都开启clearable功能,热更新我是这样配置的
ElementUI.Input.props.clearable.default = true
但是在生产环境我使用的是CDN引入,应该如何配置?

o2rvlv0m

o2rvlv0m1#

Translation of this issue:

For example, I want all EL inputs to have the clearable function turned on. This is how I configure hot update
ElementUI.Input.props . clearable.default = true

But in the production environment, I use CDN. How should I configure it?

bf1o4zei

bf1o4zei2#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题