style: 添加webfirst种子数据

This commit is contained in:
橙子
2023-09-26 00:38:10 +08:00
parent 0aa6443a20
commit 4e5bdf6847
6 changed files with 50 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div>
<TableList></TableList>
<FieldList></FieldList>
</div>
</template>
<script setup>
import FieldList from './components/FieldList.vue'