v2.0.0-preview.2 - 增加单元和UI测试用例

This commit is contained in:
LINING-PC\lining
2025-12-17 18:09:55 +08:00
parent a59b5450dc
commit 017a7ba3b0
13 changed files with 1788 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const dataSourceOptions = computed(() => {
})
})
const currentDataSource = ref<DataSourceKey>('large')
const currentDataSource = ref<DataSourceKey>('normal')
const dataLoading = ref(false)
const cloneData = <T>(data: T): T => {