update files

This commit is contained in:
nuintun
2015-11-23 16:28:12 +08:00
parent 034871ef5d
commit 51a559c320
5 changed files with 25 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ module.exports = Vue.component('project-configure', {
// clean error
this.submitError = '';
this.show = false;
// send message
this.$dispatch('edit', this.projectClone);
}