king
2019-07-16 ed58afaaa564c54d22a42593265addce08bd5850
src/App.vue
@@ -12,11 +12,11 @@
  },
  watch: {},
  methods: {
    goHere(path){
      this.$router.push({path:'/'+path});
    goHere (path) {
      this.$router.push({path:'/'+path})
    }
  },
};
  }
}
</script>
<style lang="less" scoped>
#app{