This commit is contained in:
parent
db1c211322
commit
ab0b650696
4 changed files with 48 additions and 11 deletions
|
|
@ -56,6 +56,7 @@ export default Vue.extend({
|
|||
},
|
||||
watch: {
|
||||
value() {
|
||||
(this.$el).style.transition = 'all 0.3s';
|
||||
(this.$refs.input as any).checked = this.checked;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue