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);