update files

This commit is contained in:
nuintun 2015-11-24 11:03:53 +08:00
parent 6e400799a1
commit a3980af265
4 changed files with 3 additions and 4 deletions

View File

@ -21,7 +21,6 @@ module.exports = Vue.component('app-configure', {
},
uniqueProjects: {
type: Object,
twoWay: true,
required: true
}
},

View File

@ -26,7 +26,6 @@ module.exports = Vue.component('app-main', {
},
uniqueProjects: {
type: Object,
twoWay: true,
required: true
}
},

View File

@ -1,3 +1,3 @@
<label>{{label}}</label>
<input type="text" :title="path" :placeholder="label" :value="path" readonly/>&nbsp;
<a title="选择项目" href="javascript:;" class="icon-ellipsis" @click="open" type="text"></a>
<a title="选择{{ label }}" href="javascript:;" class="icon-ellipsis" @click="open" type="text"></a>

View File

@ -14,7 +14,8 @@ module.exports = Vue.component('directory', {
props: {
label: {
type: String,
required: true
required: true,
default: ''
},
path: {
type: String,