未验证 提交 073f96bf 编写于 作者: Y yangxiaolu1993 提交者: GitHub

fix: popover 使用 icon 组件错误问题修改 (#2115)

* fix: 4.0测试期间发现的问题3.0同步修改

* feat: sku组件问题修改

* docs: 组件文档修改

* fix: sku组件修改

* fix: noticebar问题修改

* fix: noticebar问题修改

* fix: popover引入Icon方式修改
上级 32a4b6c9
......@@ -25,7 +25,12 @@
@click.stop="chooseItem(item, index)"
>
<slot v-if="item.icon">
<Icon v-bind="$attrs" class="nut-popover-item-img" :classPrefix="iconPrefix" :name="item.icon"></Icon
<nut-icon
v-bind="$attrs"
class="nut-popover-item-img"
:classPrefix="iconPrefix"
:name="item.icon"
></nut-icon
></slot>
<view class="nut-popover-menu-item-name">{{ item.name }}</view>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册