AppTest.vue 55 B

123456
  1. <template>
  2. <span>
  3. <slot />
  4. </span>
  5. </template>