docs(radio): [radio] optimize demo (#1462)

This commit is contained in:
李天佑 2024-03-05 11:20:12 +08:00 committed by GitHub
parent 19acdd953e
commit 0737b1c20d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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([