update files

This commit is contained in:
Nuintun
2015-11-20 15:02:43 +08:00
parent 05a99b46ac
commit 09c9b8268e
10 changed files with 124 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
<li>
<label>项目名称:</label>
<input type="text" v-model="name" placeholder="项目名称"/>
</li>
<li v-show="nameError" class="ui-item-error">
<label class="fn-invisible">&emsp;&emsp;&emsp;&emsp;&emsp;</label>
<span><i class="icon-expand"></i>{{ nameError }}</span>
</li>
<li>
<directory label="项目路径" :path.sync="path"></directory>
</li>
<li v-show="pathError" class="ui-item-error">
<label class="fn-invisible">&emsp;&emsp;&emsp;&emsp;&emsp;</label>
<span><i class="icon-expand"></i>{{ pathError }}</span>
</li>