src/components/core/CoreMenu.vue @@ -93,6 +93,9 @@ m[index].selected = true; this.$router.push(m[index].path); } }, mounted() { this.navTo(0); } }; </script>