https://developers.weixin.qq.com/miniprogram/dev/extended/weui/navigation.html
既然提到了可以使用Slot,但是却没说如何使用,只是简单的告诉了可以用,具体使用时还得靠开发者自己去猜吗。
https://developers.weixin.qq.com/miniprogram/dev/extended/weui/navigation.html
既然提到了可以使用Slot,但是却没说如何使用,只是简单的告诉了可以用,具体使用时还得靠开发者自己去猜吗。
1 个回答
https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/wxml-wxss.html
<mp-icon slot="left" type="field" icon="search" color="#ffffff" size="{{26}}" bindtap="search"></mp-icon>
谢谢了,我已经蒙对了