forked from opentiny/tiny-vue
docs(radio): [radio] optimize demo (#1462)
This commit is contained in:
parent
19acdd953e
commit
0737b1c20d
|
@ -10,7 +10,7 @@ import { ref } from 'vue'
|
|||
import { RadioGroup as TinyRadioGroup, Modal } from '@opentiny/vue'
|
||||
|
||||
function handleClick() {
|
||||
Modal.message({ message: 'click' })
|
||||
Modal.message({ message: 'click', status: 'info' })
|
||||
}
|
||||
const value = ref('A')
|
||||
const options = ref([
|
||||
|
|
Loading…
Reference in New Issue