mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update radio samples
This commit is contained in:
parent
35cff68607
commit
a05ce64d72
3 changed files with 22 additions and 13 deletions
|
@ -30,7 +30,6 @@ export default {
|
|||
<RadioButton v-model="selectedCategory" :inputId="category.key" name="dynamic" :value="category.name" />
|
||||
<label :for="category.key" class="ml-2">{{ category.name }}</label>
|
||||
</div>
|
||||
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue