This commit is contained in:
梁灏 2021-01-14 14:49:18 +08:00
parent 9dd4cb03d8
commit 68248367cb

View file

@ -111,8 +111,8 @@
} }
}, },
beforeCreate () { beforeCreate () {
this.slotTemp = this.$slots.default; this.slotTemp = this.$slots.default;
}, },
mounted () { mounted () {
this.setScale(); this.setScale();
}, },