feat: 完成界面基础搭建

This commit is contained in:
陈淳
2023-09-26 09:21:27 +08:00
parent 4e5bdf6847
commit c2a9c670c4
4 changed files with 376 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
const useTable=()=>{
const table=ref("bg")
const table=ref("数据表选择")
onMounted(() => {
console.log(`the component is now mounted. table`)
});