From d771f743c0e5312dcf058e5b9cfd93b1e7416407 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 26 Feb 2024 15:15:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?tab=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84=E5=9C=A8=E5=88=87?= =?UTF-8?q?=E6=8D=A2tab=E9=A1=B5=E6=97=B6=E5=85=B6=E4=BB=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=AD=9B=E9=80=89=E9=BB=98=E8=AE=A4=E5=80=BC=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=BC=9A=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98=20#8041?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeTabs.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index f4fa0121e2..9a0cf50930 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -27,7 +27,7 @@ @@ -276,6 +276,10 @@ export default { type: String, required: false, default: 'NotProvided' + }, + terminal: { + type: String, + default: 'pc' } }, data() {