remove resize listener

This commit is contained in:
KyleBing 2023-09-25 11:53:50 +08:00
parent ad093d703a
commit 85e5fa9937
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ export default {
created() {
this.$nextTick(() => {
this.finishLoad()
window.onresize = () => {
}
});
},
methods: {