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