mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Radiobutton dynamic doc fixed
This commit is contained in:
parent
43d812453d
commit
b25bc5a29a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="flex flex-column gap-3">
|
||||
<div v-for="(category, index) in categories" :key="category.key" class="flex align-items-center">
|
||||
<RadioButton v-model="selectedCategory" :inputId="category.key + index" name="pizza" :value="category.name" />
|
||||
<label :for="category.key" class="ml-2">{{ category.name }}</label>
|
||||
<label :for="category.key + index" class="ml-2">{{ category.name }}</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue