feat: 添加webfirst前端路由

This commit is contained in:
橙子
2023-09-24 23:41:26 +08:00
parent 349a041d71
commit 04278f553e
6 changed files with 40 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<template>={{ table }}</template>
<script setup>
import useTableHook from '../hooks/tableHook'
const {table}=useTableHook();
</script>