From c726f0a0d060e4c73af878aaa20bc353dc886852 Mon Sep 17 00:00:00 2001 From: sendo <172933527@qq.com> Date: 星期一, 29 九月 2025 16:32:50 +0800 Subject: [PATCH] yxh --- 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