mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 22:26:37 +08:00
feat: 添加webfirst前端路由
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<template>表={{ table }}</template>
|
||||
<script setup>
|
||||
import useTableHook from '../hooks/tableHook'
|
||||
const {table}=useTableHook();
|
||||
</script>
|
||||
Reference in New Issue
Block a user