From 6f0ee7a728523c47f9ef96447a9a231bbe73cbd6 Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 23 Nov 2015 22:24:06 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index bd0a3dc..14f439c 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -71,8 +71,8 @@ module.exports = Vue.component('app-main', { } }, events: { - 'setting-toggle': function (flag){ - this.showSetting = flag; + 'setting-toggle': function (state){ + this.showSetting = state; }, edit: function (project){ this.projects.$set(this.activeIndex, project);