Update radio samples

This commit is contained in:
Cagatay Civici 2024-05-30 02:18:47 +03:00
parent 35cff68607
commit a05ce64d72
3 changed files with 22 additions and 13 deletions

View file

@ -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>