perf: add AppendFormDemo (#503)

Co-authored-by: haha <admin@qq.com>
This commit is contained in:
jinmao88
2021-04-19 18:42:31 +08:00
committed by GitHub
parent bd83eccdc5
commit 85b92a9add
5 changed files with 131 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ const menu: MenuModule = {
path: 'customerForm',
name: t('routes.demo.form.customerForm'),
},
{
path: 'appendForm',
name: t('routes.demo.form.appendForm'),
},
],
},
{