king
2019-07-16 68ba2dfa35789cda9908fc0bc65336dde17a0d29
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{