mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
6e400799a1
commit
a3980af265
@ -21,7 +21,6 @@ module.exports = Vue.component('app-configure', {
|
|||||||
},
|
},
|
||||||
uniqueProjects: {
|
uniqueProjects: {
|
||||||
type: Object,
|
type: Object,
|
||||||
twoWay: true,
|
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -26,7 +26,6 @@ module.exports = Vue.component('app-main', {
|
|||||||
},
|
},
|
||||||
uniqueProjects: {
|
uniqueProjects: {
|
||||||
type: Object,
|
type: Object,
|
||||||
twoWay: true,
|
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<label>{{label}}:</label>
|
<label>{{label}}:</label>
|
||||||
<input type="text" :title="path" :placeholder="label" :value="path" readonly/>
|
<input type="text" :title="path" :placeholder="label" :value="path" readonly/>
|
||||||
<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>
|
@ -14,7 +14,8 @@ module.exports = Vue.component('directory', {
|
|||||||
props: {
|
props: {
|
||||||
label: {
|
label: {
|
||||||
type: String,
|
type: String,
|
||||||
required: true
|
required: true,
|
||||||
|
default: ''
|
||||||
},
|
},
|
||||||
path: {
|
path: {
|
||||||
type: String,
|
type: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user