From 85e5fa9937f4d278b8297268ade11df2cf2d5f55 Mon Sep 17 00:00:00 2001 From: KyleBing Date: Mon, 25 Sep 2023 11:53:50 +0800 Subject: [PATCH] remove resize listener --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3e38760..b2dbfb0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,8 +46,6 @@ export default { created() { this.$nextTick(() => { this.finishLoad() - window.onresize = () => { - } }); }, methods: {