feat: improve element plus form component (#5072)

This commit is contained in:
Netfan
2024-12-08 19:29:49 +08:00
committed by GitHub
parent 958c8b4f21
commit 305549e7f2
6 changed files with 213 additions and 3 deletions

View File

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