forgot something again
This commit is contained in:
parent
735433beb4
commit
d2a9653ecb
2 changed files with 3 additions and 2 deletions
|
|
@ -187,8 +187,8 @@ export default {
|
|||
Checkbox
|
||||
},
|
||||
methods: {
|
||||
update (axis, value) {
|
||||
this.$emit('update:shadow', { ...this.shadowControl, [axis]: value })
|
||||
updateProperty (axis, value) {
|
||||
this.$emit('update:shadow', { axis, value })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue