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