uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

App 循环动态插槽 安卓下不生效 H5 可以

Open wowoName opened this issue 1 year ago • 0 comments
trafficstars

 <template v-for="item in slotData" v-slot:[item]="scope">
          <slot :name="[item]" :scope="scope.scope"></slot>
        </template>

如何修改

wowoName avatar Jun 06 '24 01:06 wowoName