no message

Former-commit-id: 6856f455071ef5c5f909a9b136eac2b2cbf3eabd [formerly 6856f455071ef5c5f909a9b136eac2b2cbf3eabd [formerly 6856f455071ef5c5f909a9b136eac2b2cbf3eabd [formerly 6856f455071ef5c5f909a9b136eac2b2cbf3eabd [formerly c09ce04902dac955b5d5779951f61ebf5ab67b69 [formerly df56ec98ae2616c48d6a8089fcf4637b549422d1]]]]]
Former-commit-id: 159f08de0ca46d3b987977daaf6002a706fef695
Former-commit-id: 07fcc5bf9ccf2b4e63f34e01e00bb6fa32f6caba
Former-commit-id: 4d05bf6f6e5ac45c7dfc55d84034224b05de9ff5 [formerly df34a1a4b969928749708e0c5baec05e8d5823fb]
Former-commit-id: 5ef9e5ad7cb819c4627380ac1a6c47c8c15e3927
Former-commit-id: a4903c4f7caa1c14a8566185df59b2db4bb544ea
Former-commit-id: 4f846abc0f664e161a2584da1dd6bb5e4c7750d6
Former-commit-id: 1d140fc9ddd1df8e83da63f5839491bd139c8005
Former-commit-id: aa8fc9388d29e9f2fb8fe368f62335f7af2df788
This commit is contained in:
liyang
2018-06-18 22:49:17 +08:00
parent 2784d44bcf
commit 32419282df
3 changed files with 107 additions and 1 deletions

View File

@@ -145,7 +145,8 @@ const demoElement = {
path: `${pre}form`,
title: '表单',
children: [
{ path: `${pre}form-radio`, title: '单选框' }
{ path: `${pre}form-radio`, title: '单选框' },
{ path: `${pre}form-checkbox`, title: '多选框' }
]
}
])('/demo/element/')