feat: migrate Radio/RadioGroup

This commit is contained in:
chenjiahan
2020-08-15 07:20:25 +08:00
parent ab067ecb0c
commit 2172cce8b6
5 changed files with 20 additions and 12 deletions

View File

@@ -147,10 +147,10 @@ module.exports = {
path: 'picker',
title: 'Picker 选择器',
},
// {
// path: 'radio',
// title: 'Radio 单选框',
// },
{
path: 'radio',
title: 'Radio 单选框',
},
{
path: 'rate',
title: 'Rate 评分',
@@ -481,10 +481,10 @@ module.exports = {
path: 'picker',
title: 'Picker',
},
// {
// path: 'radio',
// title: 'Radio',
// },
{
path: 'radio',
title: 'Radio',
},
{
path: 'rate',
title: 'Rate',