lijh
2022-01-19 06ee76d0a83854ad7a044689627e0f00a66e5ce5
src/App.vue
@@ -1,6 +1,6 @@
<template>
   <div id="app" class="app">
      <router-view class=""></router-view>
   <div id="app" class="app"  >
      <router-view class="" ></router-view>
   </div>
</template>
@@ -14,7 +14,8 @@
      computed: {},
      created() {},
      watch: {},
      methods: {}
      methods: {
      }
   }
</script>