菜单功能开发

This commit is contained in:
暮光:城中城
2021-10-20 23:34:59 +08:00
parent 5cb267fba6
commit 7e57dbaade
7 changed files with 20 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a-table :dataSource="dataSource" :columns="columns"/>
<a-table :dataSource="dataSource" :columns="columns"></a-table>
</template>
<script>