feat: 🎸 Table组件重构完成并给出相应示例

This commit is contained in:
chenkl
2020-12-22 17:24:55 +08:00
parent 429e42809c
commit 35879f8ecc
50 changed files with 1056 additions and 449 deletions

View File

@@ -59,7 +59,7 @@ export default defineComponent({
const loading = ref<boolean>(true)
setTimeout(() => {
loading.value = false
}, 2000)
}, 1000)
return {
columns,
tableData,