typo
This commit is contained in:
parent
91e7f7f7e3
commit
77c8c66b35
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
size: function (val, oldVal) {
|
size (val, oldVal) {
|
||||||
if (val !== oldVal) this.setScale();
|
if (val !== oldVal) this.setScale();
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
setScale () {
|
setScale () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue