chore: 测试菜单页面

This commit is contained in:
dap
2025-01-03 19:14:40 +08:00
parent 1a535e5202
commit cc5adaf02f
2 changed files with 234 additions and 8 deletions

View File

@@ -1,13 +1,9 @@
import { h, type Ref } from 'vue';
import {
setupVbenVxeTable,
useVbenVxeGrid,
type VxeGridDefines,
type VxeGridPropTypes,
} from '@vben/plugins/vxe-table';
import type { VxeGridDefines, VxeGridPropTypes } from '@vben/plugins/vxe-table';
import type { Ref } from 'vue';
import { setupVbenVxeTable, useVbenVxeGrid } from '@vben/plugins/vxe-table';
import { Button, Image } from 'ant-design-vue';
import { h } from 'vue';
import { useVbenForm } from './form';