We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in callback for watcher "theme": "TypeError: Cannot read property 'replace' of null" 需要将清空按钮禁用或者 添加oldVal、val是否为空的判断
The text was updated successfully, but these errors were encountered:
换肤成功后的那个图标本身没有变,其他的页面的控件颜色是变化了,其实是可以将theme的值用 vuex 的state管理起来,像改变控件大小的那个size字段一样
Sorry, something went wrong.
第一个问题:如果点击清空颜色,但是没有再去选择颜色 怎么清空颜色?没有这按钮啊。
如果点击清空颜色,但是没有再去选择颜色
el-color-picker 自带的clear按钮
Fixed in #1517
No branches or pull requests
Error in callback for watcher "theme": "TypeError: Cannot read property 'replace' of null"
需要将清空按钮禁用或者 添加oldVal、val是否为空的判断
The text was updated successfully, but these errors were encountered: