From 760f13c7bc65f53db08c7a8101a0e469ef69ff73 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 01 八月 2024 16:13:32 +0800 Subject: [PATCH] feat:矿场改单位 --- components/zh-collapse/zh-collapse.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/components/zh-collapse/zh-collapse.vue b/components/zh-collapse/zh-collapse.vue index 5697c7b..e66203d 100644 --- a/components/zh-collapse/zh-collapse.vue +++ b/components/zh-collapse/zh-collapse.vue @@ -22,7 +22,10 @@ default: true, }, default_unfold: { - default: [], + type:Array, + default: function(){ + return [] + }, } }, components: {}, -- Gitblit v1.9.1