mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<project-configure
|
||||
:show.sync="showSetting"
|
||||
:project="project"
|
||||
:unique-projects.sync="uniqueProjects">
|
||||
:unique.sync="unique">
|
||||
</project-configure>
|
||||
<div v-show="project.name && project.path" class="ui-project-stage">
|
||||
<div class="ui-control-bar fn-clear">
|
||||
|
@@ -24,7 +24,7 @@ module.exports = Vue.component('app-main', {
|
||||
twoWay: true,
|
||||
required: true
|
||||
},
|
||||
uniqueProjects: {
|
||||
unique: {
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user