Default.vue 78 B

12345
  1. <template>
  2. <main class="app-main">
  3. <router-tab />
  4. </main>
  5. </template>