src/App.vue @@ -6,17 +6,8 @@ <script> export default { name: "App", data() { return {}; }, watch: {}, methods: { goHere(path){ this.$router.push({path:'/'+path}); } }, }; name: "App" } </script> <style lang="less" scoped> #app{