mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
lint fixes
This commit is contained in:
parent
87b20dd122
commit
d68733266f
6 changed files with 156 additions and 196 deletions
|
@ -26,7 +26,7 @@
|
|||
<RadioButton id="size-small" v-model="size" value="small" name="sizevalue" />
|
||||
<label for="size-small" class="ml-2 font-medium">Small</label>
|
||||
</div>
|
||||
<div class="flex align-items-center ">
|
||||
<div class="flex align-items-center">
|
||||
<RadioButton id="size-normal" v-model="size" value="normal" name="sizevalue" />
|
||||
<label for="size-normal" class="ml-2 font-medium">Normal</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue