mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
7 lines
249 B
HTML
7 lines
249 B
HTML
<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> |