uview-plus 3.0.13 → 3.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md
CHANGED
|
@@ -31,14 +31,16 @@
|
|
|
31
31
|
<view class="u-swipe-action-item__content" @touchstart="wxs.touchstart" @touchmove="wxs.touchmove"
|
|
32
32
|
@touchend="wxs.touchend" :status="status" :change:status="wxs.statusChange" :size="size"
|
|
33
33
|
:change:size="wxs.sizeChange">
|
|
34
|
-
|
|
35
|
-
<!-- #ifdef APP-NVUE -->
|
|
36
|
-
<view class="u-swipe-action-item__content" ref="u-swipe-action-item__content" @panstart="onTouchstart"
|
|
37
|
-
@tap="clickHandler">
|
|
38
|
-
<!-- #endif -->
|
|
39
|
-
<slot />
|
|
40
|
-
</view>
|
|
34
|
+
<slot></slot>
|
|
41
35
|
</view>
|
|
36
|
+
<!-- #endif -->
|
|
37
|
+
<!-- #ifdef APP-NVUE -->
|
|
38
|
+
<view class="u-swipe-action-item__content" ref="u-swipe-action-item__content" @panstart="onTouchstart"
|
|
39
|
+
@tap="clickHandler">
|
|
40
|
+
<slot></slot>
|
|
41
|
+
</view>
|
|
42
|
+
<!-- #endif -->
|
|
43
|
+
</view>
|
|
42
44
|
</template>
|
|
43
45
|
<!-- #ifdef APP-VUE || MP-WEIXIN || H5 || MP-QQ -->
|
|
44
46
|
<script src="./index.wxs" module="wxs" lang="wxs"></script>
|