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,8 @@
<template>
<TableList></TableList>
<FieldList></FieldList>
</template>
<script setup>
import FieldList from './components/FieldList.vue'
import TableList from './components/tableList.vue'
</script>