@iwux/slideview
v1.0.83
Published
<!-- .json --> { "usingComponents": { "wux-slideview": "@iwux/slideview" } }
Readme
usage
{ "usingComponents": { "wux-slideview": "@iwux/slideview" } }
Page({ data: { slideButtons: [{ text: '默认', }, { text: '警示', type: 'warn', }, { text: '危险', type: 'danger', }], slideButtons2: [{ icon: 'heart-empty', }, { icon: 'star-outline', }, { icon: 'trash', }], }, onItemTap(e) { console.log('== onItemTap', e.detail); }, });
