Skip to content

Commit

Permalink
fix: icon demo prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetfan committed Jan 21, 2025
1 parent 783f35f commit d404095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/src/views/demos/features/icons/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const inputComponent = h(Input);
v-model="iconValue3"
icon-slot="addonAfter"
model-value-prop="value"
prefix1="mdi"
prefix="mdi"
/>
</div>
<div class="flex items-center gap-5">
Expand All @@ -106,7 +106,7 @@ const inputComponent = h(Input);
style="width: 300px"
>
<template #addonAfter>
<IconPicker v-model="iconValue4" prefix1="mdi-light" type="icon" />
<IconPicker v-model="iconValue4" prefix="mdi-light" type="icon" />
</template>
</Input>
</div>
Expand Down

0 comments on commit d404095

Please sign in to comment.