king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
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>