提交 144c32f2 编写于 作者: View Design's avatar View Design

Update color-picker.vue

上级 fc244b08
......@@ -409,7 +409,7 @@ export default {
watch: {
value(newVal) {
this.val = changeColor(newVal);
this.val = changeColor(newVal || '');
},
visible(val) {
this.val = changeColor(this.value || '');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册