feat: improve form demo (#5582)

This commit is contained in:
Netfan
2025-02-21 12:07:32 +08:00
committed by GitHub
parent c9ccd2bbab
commit eba372062e
6 changed files with 126 additions and 89 deletions

View File

@@ -53,6 +53,14 @@ const routes: RouteRecordRaw[] = [
title: $t('examples.form.dynamic'),
},
},
{
name: 'FormLayoutExample',
path: '/examples/form/custom-layout',
component: () => import('#/views/examples/form/custom-layout.vue'),
meta: {
title: $t('examples.form.layout'),
},
},
{
name: 'FormCustomExample',
path: '/examples/form/custom',