feat: 🎸 Table组件重构完成并给出相应示例
This commit is contained in:
@@ -113,7 +113,7 @@ export default defineComponent({
|
||||
const loading = ref<boolean>(true)
|
||||
setTimeout(() => {
|
||||
loading.value = false
|
||||
}, 2000)
|
||||
}, 1000)
|
||||
|
||||
function handleClick(row: any) {
|
||||
console.log(row)
|
||||
|
||||
Reference in New Issue
Block a user