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:
@@ -34,6 +34,9 @@ module.exports = Vue.component('project-base', {
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'directory-input-focus': function (){
|
||||
this.pathError = '';
|
||||
},
|
||||
'clean-error': function (){
|
||||
this.nameError = '';
|
||||
this.pathError = '';
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<li>
|
||||
<label>项目名称:</label>
|
||||
<input type="text" v-model="name" placeholder="项目名称"/>
|
||||
<input type="text" v-model="name" placeholder="项目名称" lazy @focus="focus('nameError')"/>
|
||||
</li>
|
||||
<li v-show="nameError" class="ui-item-error">
|
||||
<label class="fn-invisible">     </label>
|
||||
|
Reference in New Issue
Block a user