king
2025-03-04 bae56a147be85be57ad1c64e9766c9aca750d187
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{