mpvue中的slot没有显示
问题描述
我在子组件中加入了slot,父组件引用,结果报错
问题出现的环境背景及自己尝试过哪些方法
相关代码
// 请把代码文本粘贴到下方(请勿用图片代替代码)
子组件
<template>
<div class="weui-cell weui-cell_access" hover-class="weui-cell_active">
<div class="weui-cell__bd font-text">{{titleText}}</div>
<div v-if="isShowTo" class="weui-cell__ft weui-cell__ft_in-access font-to" >{{contentText}}</div>
<slot name="hide"></slot>
</div>
</template>
父组件
<template>
<div class="intro">
<weui-no titleText="选集">
<div slot="hide" class="hide-img">
<span>删除</span>
</div>
</weui-no>
报错信息
你期待的结果是什么?实际看到的错误信息又是什么?
vue中不是这样引用的吗?如果这样不行,我该怎样去添加
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论