v2.0.0-preview.2 - 增加单元和UI测试用例
This commit is contained in:
+1
-1
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user