From a82b06c355ea66bb42ad82bfda7d6a29dd1ececf Mon Sep 17 00:00:00 2001 From: Kevin <3031195374@qq.com> Date: Fri, 9 Dec 2022 13:38:31 +0800 Subject: [PATCH] =?UTF-8?q?chrome=E6=B5=8F=E8=A7=88=E5=99=A8=E8=A7=A3?= =?UTF-8?q?=E6=9E=90js=E6=89=A7=E8=A1=8C=E9=A1=BA=E5=BA=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/module/tab/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layout/module/tab/index.vue b/frontend/src/layout/module/tab/index.vue index 4407b6f..dc78a4d 100644 --- a/frontend/src/layout/module/tab/index.vue +++ b/frontend/src/layout/module/tab/index.vue @@ -68,8 +68,8 @@ export default { setup() { const { getters, commit } = useStore(); const defaultPanes = computed(() => getters.panes); - const panes = ref(initPanes); const initPanes = []; + const panes = ref(initPanes); const route = useRoute(); const router = useRouter(); const storeKey = computed(() => getters.activeKey); -- Gitee