wip
This commit is contained in:
@ -29,7 +29,7 @@ export default define({
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
Vue.nextTick(() => {
|
||||
this.$nextTick(() => {
|
||||
this.applySize();
|
||||
});
|
||||
|
||||
|
@ -47,7 +47,7 @@ export default define({
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
Vue.nextTick(() => {
|
||||
this.$nextTick(() => {
|
||||
this.set();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user