mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
0b8eb53557
commit
e1c9c15fc4
@ -12,7 +12,7 @@
|
||||
<div class="fn-right">
|
||||
<ul class="ui-command fn-clear">
|
||||
<li v-for="cmd in command">
|
||||
<a href="javascript:;">
|
||||
<a :title="cmd.name" href="javascript:;">
|
||||
<i class="icon-play"></i>
|
||||
{{ cmd.name }}
|
||||
</a>
|
||||
@ -21,7 +21,7 @@
|
||||
<a href="javascript:;" @click="commandToggle">更多 <i class="icon-expand"></i></a>
|
||||
<ul v-show="showMoreCommand" class="ui-command-popup">
|
||||
<li v-for="moreCmd in moreCommand">
|
||||
<a href="javascript:;">
|
||||
<a :title="moreCmd.name" href="javascript:;">
|
||||
<i class="icon-play"></i>
|
||||
{{ moreCmd.name }}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user