update files

This commit is contained in:
nuintun 2016-01-14 17:39:07 +08:00
parent 8e11489eb0
commit 98dfc8546f

View File

@ -76,6 +76,7 @@ module.exports = Vue.component('project-base', {
'reset-input': function (){ 'reset-input': function (){
this.name = ''; this.name = '';
this.path = ''; this.path = '';
this.originName = '';
} }
} }
}); });