style: 添加webfirst种子数据

This commit is contained in:
橙子
2023-09-26 00:38:10 +08:00
parent 0aa6443a20
commit 4e5bdf6847
6 changed files with 50 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
const useTable=()=>{
const table=ref("bg")
onMounted(() => {
console.log(`the component is now mounted. table`)
});
return {table};
}
export default useTable;