Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed mode setting on load issue #107

Merged
merged 1 commit into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Vue.component('modeswitch', {
}
}
},
created: store.init,
});

Vue.component("datapanel", {
Expand Down Expand Up @@ -200,7 +199,6 @@ const config = Vue.component("config", {
state: store.state // global state
};
},
created: store.init,
});

const embed = Vue.component("embed", {
Expand All @@ -224,3 +222,4 @@ const router = new VueRouter({
const app = new Vue({
router,
}).$mount("#app");
store.init;
62 changes: 31 additions & 31 deletions server/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.