优化细节
This commit is contained in:
@@ -107,7 +107,7 @@ const props = defineProps({
|
||||
type: String,
|
||||
default: () => t("请选择")
|
||||
},
|
||||
// 选项数据,支持树形结构
|
||||
// 选项数据
|
||||
options: {
|
||||
type: Array as PropType<ClSelectOption[]>,
|
||||
default: () => []
|
||||
|
||||
Reference in New Issue
Block a user