icssoa 7 месяцев назад
Родитель
Сommit
2a95283b98
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      uni_modules/cool-ui/components/cl-select/cl-select.uvue

+ 1 - 1
uni_modules/cool-ui/components/cl-select/cl-select.uvue

@@ -107,7 +107,7 @@ const props = defineProps({
 		type: String,
 		default: () => t("请选择")
 	},
-	// 选项数据,支持树形结构
+	// 选项数据
 	options: {
 		type: Array as PropType<ClSelectOption[]>,
 		default: () => []