From 7882e3ce407fa80cd106c1a0cec2abd4094822c6 Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 23 Nov 2015 18:07:49 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 5dba0cf..4fb9f53 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -50,7 +50,7 @@ module.exports = Vue.component('app-main', { project.command = []; } - return JSON.parse(JSON.stringify(project)); + return project; }, command: function (){ return this.project.command.slice(0, 3);