2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-28 04:59:07 +00:00

chore: publish dev version of vue component

This commit is contained in:
Vjacheslav Trushkin 2024-04-19 09:02:11 +03:00
parent 24bee18f46
commit 0e2fb4a3c0
2 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,12 @@
<Icon icon="mdi:home" />
<Icon icon="mdi:home" mode="style" />
</div>
<div>
SSR prop: <Icon icon="mdi:home" :ssr="true" /><Icon
icon="line-md:arrow-right"
:ssr="true"
/>
</div>
<div class="alert">
<Icon icon="mdi-light:alert" />Important notice with alert icon!
</div>

View File

@ -2,7 +2,7 @@
"name": "@iconify/vue",
"description": "Iconify icon component for Vue 3.",
"author": "Vjacheslav Trushkin",
"version": "4.1.1",
"version": "4.1.2-beta.1",
"license": "MIT",
"bugs": "https://github.com/iconify/iconify/issues",
"homepage": "https://iconify.design/",