mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-30 05:03:24 +08:00
feat: 添加webfirst前端路由
This commit is contained in:
8
Yi.RuoYi.Vue3/src/views/webfirst/table/index.vue
Normal file
8
Yi.RuoYi.Vue3/src/views/webfirst/table/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<TableList></TableList>
|
||||
<FieldList></FieldList>
|
||||
</template>
|
||||
<script setup>
|
||||
import FieldList from './components/FieldList.vue'
|
||||
import TableList from './components/tableList.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user