mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 09:51:31 +08:00
update files
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li v-if="moreCommand.length" class="ui-command-more">
|
||||
<a href="javascript:;" @click="commandToggle">更多 <i class="icon-expand"></i></a>
|
||||
<a v-el:expand-trigger href="javascript:;">更多 <i class="icon-expand"></i></a>
|
||||
<ul v-show="showMoreCommand" class="ui-command-popup">
|
||||
<li v-for="moreCmd in moreCommand">
|
||||
<a :title="moreCmd.name" href="javascript:;">
|
||||
|
Reference in New Issue
Block a user