From 74dee7a8925d0b5f997148d05de5d5a91764226a Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Sun, 13 Dec 2020 11:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4film=E7=AA=97=E5=8F=A3resize?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E8=A7=A6=E5=8F=91=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 34e53de..1a4c8a7 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -872,7 +872,7 @@ export default { mounted () { window.addEventListener('resize', () => { setTimeout(() => { this.showTableLastColumn = window.outerWidth >= 1200 }, 100) - }, false) + }, true) } }