src/App.vue @@ -13,10 +13,10 @@ watch: {}, methods: { goHere(path){ this.$router.push({path:'/'+path}); this.$router.push({path:'/'+path}) } }, }; } } </script> <style lang="less" scoped> #app{