uni-app
uni-app copied to clipboard
App 循环动态插槽 安卓下不生效 H5 可以
trafficstars
<template v-for="item in slotData" v-slot:[item]="scope">
<slot :name="[item]" :scope="scope.scope"></slot>
</template>
如何修改