src/components/navMenu.vue
@@ -152,9 +152,13 @@ document.body.addEventListener('click', () => { this.showFlag = null; }, false); }, computed: {}, methods: { closeSecondMenu() { this.showFlag = null }, themeChange() { this.$store.state.themeflag = !this.$store.state.themeflag; if (this.$store.state.themeflag == true) {