supplier.vue 95 B

1234567
  1. <template>
  2. <div>
  3. <keep-alive>
  4. <router-view />
  5. </keep-alive>
  6. </div>
  7. </template>