LikeBtn.vue 231 B

12345678
  1. <template>
  2. <div class="flex items-center">
  3. <img class="w-[24px]" src="@/assets/icon_dianzhan.png" alt="" />
  4. <span class="text-[#797A8A] text-xs">
  5. <slot></slot>
  6. </span>
  7. </div>
  8. </template>