mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-01 00:38:14 +00:00
no message
This commit is contained in:
parent
f8463823d9
commit
bb3f1f2c10
@ -23,7 +23,7 @@
|
|||||||
@command="onClick">
|
@command="onClick">
|
||||||
<i
|
<i
|
||||||
v-if="isAliIcon(item.icon)"
|
v-if="isAliIcon(item.icon)"
|
||||||
class="aliicon menu-icon"
|
class="taskfont menu-icon"
|
||||||
v-html="item.icon"
|
v-html="item.icon"
|
||||||
:style="item.style || {}"/>
|
:style="item.style || {}"/>
|
||||||
<Icon
|
<Icon
|
||||||
@ -44,7 +44,7 @@
|
|||||||
</EDropdown>
|
</EDropdown>
|
||||||
<i
|
<i
|
||||||
v-else-if="isAliIcon(item.icon)"
|
v-else-if="isAliIcon(item.icon)"
|
||||||
class="aliicon menu-icon"
|
class="taskfont menu-icon"
|
||||||
v-html="item.icon"
|
v-html="item.icon"
|
||||||
:style="item.style || {}"
|
:style="item.style || {}"
|
||||||
@click="onClick(item.action)"/>
|
@click="onClick(item.action)"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user