feat: imporve naive form component (#5071)

This commit is contained in:
Netfan
2024-12-08 19:23:46 +08:00
committed by GitHub
parent 373766691f
commit 958c8b4f21
5 changed files with 156 additions and 2 deletions

View File

@@ -31,6 +31,14 @@ const routes: RouteRecordRaw[] = [
path: '/demos/table',
component: () => import('#/views/demos/table/index.vue'),
},
{
meta: {
title: $t('demos.form'),
},
name: 'Form',
path: '/demos/form',
component: () => import('#/views/demos/form/basic.vue'),
},
],
},
];