From 98dfc8546f192d0ed0149dc71c172c77dff5df7f Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 14 Jan 2016 17:39:07 +0800 Subject: [PATCH] update files --- static/js/components/project-base/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/components/project-base/index.js b/static/js/components/project-base/index.js index 723aff4..47da3bb 100644 --- a/static/js/components/project-base/index.js +++ b/static/js/components/project-base/index.js @@ -76,6 +76,7 @@ module.exports = Vue.component('project-base', { 'reset-input': function (){ this.name = ''; this.path = ''; + this.originName = ''; } } });