mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 07:34:22 +00:00
chore: publish dev version of vue component
This commit is contained in:
parent
24bee18f46
commit
0e2fb4a3c0
@ -6,6 +6,12 @@
|
|||||||
<Icon icon="mdi:home" />
|
<Icon icon="mdi:home" />
|
||||||
<Icon icon="mdi:home" mode="style" />
|
<Icon icon="mdi:home" mode="style" />
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
SSR prop: <Icon icon="mdi:home" :ssr="true" /><Icon
|
||||||
|
icon="line-md:arrow-right"
|
||||||
|
:ssr="true"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div class="alert">
|
<div class="alert">
|
||||||
<Icon icon="mdi-light:alert" />Important notice with alert icon!
|
<Icon icon="mdi-light:alert" />Important notice with alert icon!
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "@iconify/vue",
|
"name": "@iconify/vue",
|
||||||
"description": "Iconify icon component for Vue 3.",
|
"description": "Iconify icon component for Vue 3.",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"version": "4.1.1",
|
"version": "4.1.2-beta.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": "https://github.com/iconify/iconify/issues",
|
"bugs": "https://github.com/iconify/iconify/issues",
|
||||||
"homepage": "https://iconify.design/",
|
"homepage": "https://iconify.design/",
|
||||||
|
Loading…
Reference in New Issue
Block a user