vue系列---【vue中slot的使用方法】
摘要:
src/view/child.vue <template> <div style="width:300px;height:50px';border:1px solid #333"> <h3>我是子组件</h3> <!-- 1-2 插入slot 即展示写入的内容 --> <!-- 插槽分类: 默认插槽 阅读全文
posted @ 2022-04-08 14:14 码农小小海 阅读(153) 评论(0) 推荐(0) 编辑