好物圈推荐插件type参数不生效
<share-button bind:error="on_error" /> 这样能成功显示默认样式;
<share-button type="2" bind:error="on_error" /> 这样写就直接不生效了,这是怎么回事?
<share-button fore-color="#eee" bind:error=“on_error” /> 这样写文字样式时生效的
<share-button bind:error="on_error" /> 这样能成功显示默认样式;
<share-button type="2" bind:error="on_error" /> 这样写就直接不生效了,这是怎么回事?
<share-button fore-color="#eee" bind:error=“on_error” /> 这样写文字样式时生效的