This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

修复取色器的属性设置

old
宇天 2021-03-10 11:04:59 +08:00
parent f0ad97b316
commit b76e54fd1e
1 changed files with 11 additions and 0 deletions

View File

@ -537,5 +537,16 @@ export default class Color {
delete this.handleInput1
delete this.handleInput2
}
watch() {
switch (name) {
case 'value':
this.value = val
break
default:
break
}
}
}
</script>