forked from integrated_whb/integrated_whb_vue
init
parent
dfc19df839
commit
f3fe3cf185
|
@ -9,8 +9,8 @@
|
|||
<component
|
||||
v-if="menu.meta?.icon"
|
||||
:is="'icon-' + menu.meta.icon"
|
||||
theme="filled"
|
||||
fill="#a5b2c2"
|
||||
theme="outline"
|
||||
fill="#fff"
|
||||
size="18"
|
||||
:stroke-width="3"
|
||||
style="margin-right: 15px"
|
||||
|
@ -23,8 +23,8 @@
|
|||
<component
|
||||
v-if="menu.meta?.icon"
|
||||
:is="'icon-' + menu.meta.icon"
|
||||
theme="filled"
|
||||
fill="#a5b2c2"
|
||||
theme="outline"
|
||||
fill="#fff"
|
||||
size="18"
|
||||
:stroke-width="3"
|
||||
style="margin-right: 15px"
|
||||
|
|
Loading…
Reference in New Issue