We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b8ef1 commit b09f961Copy full SHA for b09f961
src/slide-view/index.wxml
@@ -17,8 +17,8 @@
17
<view class="left" style="width: {{width}}rpx; height: {{height}}rpx;">
18
<slot name="left"></slot>
19
</view>
20
- <view class="right" bindtap="onRightTap" style="width: {{slideWidth}}rpx; height: {{height}}rpx;">
+ <view class="right" mut-bind:tap="onRightTap" style="width: {{slideWidth}}rpx; height: {{height}}rpx;">
21
<slot name="right"></slot>
22
23
</movable-view>
24
-</movable-area>
+</movable-area>
0 commit comments