feat: 集成VxeTable

This commit is contained in:
cshaptx4869
2025-06-11 15:26:41 +08:00
parent 3042e19195
commit c116b9ddaf
9 changed files with 855 additions and 1 deletions

View File

@@ -472,6 +472,19 @@ export default defineMock([
params: null,
},
children: [
{
path: "vxe-table",
component: "demo/vxe-table/index",
name: "VxeTable",
meta: {
title: "VxeTable",
icon: "el-icon-MagicStick",
hidden: false,
keepAlive: true,
alwaysShow: false,
params: null,
},
},
{
path: "icon-demo",
component: "demo/icons",