From 9e34f13a1cd13d2115213eafede528b146d246a4 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 26 九月 2025 15:52:11 +0800 Subject: [PATCH] 测试完成 --- src/components/SortCheckbox/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/SortCheckbox/index.vue b/src/components/SortCheckbox/index.vue index 19f8c9a..d302d22 100644 --- a/src/components/SortCheckbox/index.vue +++ b/src/components/SortCheckbox/index.vue @@ -55,6 +55,10 @@ type: Array, default: () => [], }, + // selectedOrder: { + // type: Array, + // default: () => [], + // }, valueKey: { type: String, default: "value", -- Gitblit v1.9.3