diff --git a/package.json b/package.json index 25384ed..5170709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zaihui/hui-design", - "version": "0.0.1-beta.85", + "version": "0.0.1-beta.86", "description": "小程序组件库", "templateInfo": { "name": "mobx", diff --git a/src/components/Radio/Radio.tsx b/src/components/Radio/Radio.tsx index 9074ce5..4b92496 100644 --- a/src/components/Radio/Radio.tsx +++ b/src/components/Radio/Radio.tsx @@ -62,11 +62,13 @@ const HuiRadio: React.FC = (props) => { return ( diff --git a/src/pages/Radio/Radio.tsx b/src/pages/Radio/Radio.tsx index 2dcea19..b093c02 100644 --- a/src/pages/Radio/Radio.tsx +++ b/src/pages/Radio/Radio.tsx @@ -58,6 +58,19 @@ const RadioPage: React.FC = () => { + + + + + + + + + + + + + )