feat(table): 初步集成 table 组件

This commit is contained in:
就眠仪式
2021-10-10 01:07:37 +08:00
parent aa4262a46b
commit 8f26cfa949
6 changed files with 13 additions and 50 deletions

View File

@@ -38,6 +38,5 @@ const change = function (id: any) {
active.value = id
}
provide("active",active)
</script>