From e579161e629b1970f16d17f9e28492316923e04d Mon Sep 17 00:00:00 2001 From: yaojn Date: Tue, 19 Dec 2023 11:16:35 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7sider=E5=B1=95=E5=BC=80=E6=94=B6=E8=B5=B7?= =?UTF-8?q?=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/components/TsContain/TsContain.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/resources/components/TsContain/TsContain.vue b/src/resources/components/TsContain/TsContain.vue index 537d0dff..69590c69 100644 --- a/src/resources/components/TsContain/TsContain.vue +++ b/src/resources/components/TsContain/TsContain.vue @@ -367,6 +367,12 @@ export default { this.initConfig('', this.oldWidth); } } + }, + isRightSiderHide: { + handler(val) { + this.rightSiderHide = val; + }, + deep: true } } }; -- Gitee