update files

This commit is contained in:
nuintun
2015-11-23 22:23:20 +08:00
parent e1c9c15fc4
commit 84768cea6b
6 changed files with 37 additions and 25 deletions

View File

@@ -38,7 +38,9 @@ module.exports = Vue.component('project-base', {
}
},
events: {
'clean-error': function (){
'reset-form': function (){
this.name = '';
this.path = '';
this.nameError = '';
this.pathError = '';
},