组件aaa
<template>
<view>
<text>我是App1</text>
<bbb>
<slot></slot>
</bbb>
</view>
</template>
组件bbb
<template>
<view>
<text>我是App2</text>
<slot> app2 default </slot>
</view>
</template>
page
例1:
<aaa></aaa>
例2:
<aaa>覆盖默认内容</aaa>
叫我白老师 (作者)
不好意思,刚刚改了,附件已经更新了,麻烦再看看
2025-10-21 19:21