update files

This commit is contained in:
Nuintun
2015-11-20 13:52:10 +08:00
parent bee7f0940e
commit 05a99b46ac
22 changed files with 10 additions and 10 deletions

View 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>