mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update DynamicDoc.vue
This commit is contained in:
parent
599faa3205
commit
f4ba20b222
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="card flex justify-content-center">
|
||||
<div class="flex flex-column gap-3">
|
||||
<div v-for="category in categories" :key="category.key" class="flex align-items-center">
|
||||
<RadioButton v-model="selectedCategory" :inputId="category.key" name="pizza" :value="category.name" />
|
||||
<RadioButton v-model="selectedCategory" :inputId="category.key" name="pizza2" :value="category.name" />
|
||||
<label :for="category.key" class="ml-2">{{ category.name }}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue