mirror of
https://github.com/iconify/iconify.git
synced 2025-01-05 15:02:09 +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" 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>
|
||||
|
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user