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