This commit is contained in:
mertsincan 2024-01-14 14:09:03 +00:00
parent adadbf27c4
commit 54ea411d76
10 changed files with 30 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<template>
<RadioButton :modelValue="checked" :disabled="$attrs.disabled" :name="name" @change="onChange" :pt="getColumnPT('rowRadiobutton')" />
<RadioButton :modelValue="checked" :disabled="$attrs.disabled" :name="name" @change="onChange" :unstyled="unstyled" :pt="getColumnPT('rowRadiobutton')" />
</template>
<script>
@ -20,6 +20,10 @@ export default {
index: {
type: Number,
default: null
},
unstyled: {
type: Boolean,
default: undefined
}
},
methods: {