Skip to content

Commit

Permalink
修改 tsconfig 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Oct 22, 2023
1 parent 9df4df9 commit 2fcee48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const sliderValue2 = ref<[number, number]>([20, 50])
const switchChecked = ref<boolean>(false)
const activeRowType = ref('single')
const activeRowType = ref<any>('single')
const hover = ref(false)
const tableData = getTableData()
const columns = [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
"src/**/*.vue",
"node_modules/tdesign-vue-next/global.d.ts"
]
}

0 comments on commit 2fcee48

Please sign in to comment.