policy.vue 72 B

12345
  1. <template>
  2. <div>
  3. <router-view></router-view>
  4. </div>
  5. </template>