mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
Initial commit
This commit is contained in:
7
js/components/app-nav/app-nav.html
Normal file
7
js/components/app-nav/app-nav.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<ul>
|
||||
<li v-for="(index, project) in configure.projects">
|
||||
<a href="javascript:;" :class="{ active: activeIndex === index }" :title="project.name" @click="select(index)">
|
||||
<i class="icon-folder"></i>{{ project.name }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
Reference in New Issue
Block a user