mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-20 16:16:37 +08:00
feat: 添加webfirst前端路由
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
字段:{{ field }}
|
||||
</template>
|
||||
<script setup>
|
||||
import useFieldHook from '../hooks/fieldHook'
|
||||
const {field}=useFieldHook();
|
||||
</script>
|
||||
@@ -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