From 515fc921cb19fb61bea71f999860980aa3b41da2 Mon Sep 17 00:00:00 2001 From: Nuintun Date: Fri, 20 Nov 2015 18:50:54 +0800 Subject: [PATCH] update files --- static/js/components/app-configure/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/components/app-configure/index.js b/static/js/components/app-configure/index.js index e066fa8..7ad6236 100644 --- a/static/js/components/app-configure/index.js +++ b/static/js/components/app-configure/index.js @@ -50,6 +50,8 @@ module.exports = Vue.component('app-configure', { this.popup = !this.popup; if (!this.popup) { + this.name = ''; + this.path = ''; this.submitError = ''; this.$broadcast('clean-error'); }