mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor #5071
This commit is contained in:
parent
c54a34f69d
commit
d5bba26341
4 changed files with 11 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<RadioButton :modelValue="checked" :disabled="$attrs.disabled" :name="name" @change="onChange" :unstyled="unstyled" :pt="getColumnPT('rowRadiobutton')" />
|
||||
<RadioButton :modelValue="checked" :binary="true" :disabled="$attrs.disabled" :name="name" @change="onChange" :unstyled="unstyled" :pt="getColumnPT('rowRadiobutton')" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -20,10 +20,6 @@ export default {
|
|||
index: {
|
||||
type: Number,
|
||||
default: null
|
||||
},
|
||||
unstyled: {
|
||||
type: Boolean,
|
||||
default: undefined
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue