a8986162创建于 2025年7月9日历史提交
<template>
  <view>
    <text class="mt-10 bold component-for-h-function">component for h() with slot</text>
    <slot />
  </view>
</template>