diff --git a/src/views/index.vue b/src/views/index.vue index 196e182..3c0f129 100755 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -39,7 +39,7 @@ const sliderValue2 = ref<[number, number]>([20, 50]) const switchChecked = ref(false) -const activeRowType = ref('single') +const activeRowType = ref('single') const hover = ref(false) const tableData = getTableData() const columns = [ diff --git a/tsconfig.json b/tsconfig.json index 12b6101..4a30cd0 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,6 +43,7 @@ "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", - "src/**/*.vue" + "src/**/*.vue", + "node_modules/tdesign-vue-next/global.d.ts" ] }