ContentRoot.vue 160 B

123456789101112131415
  1. <template>
  2. <div>
  3. <router-view></router-view>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. data(){
  9. return {
  10. }
  11. }
  12. }
  13. </script>