mali-applet-ui 1.0.111 → 1.0.112

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.
@@ -41,7 +41,7 @@
41
41
  </view>
42
42
  <MlTreeIcon
43
43
  :margin-right="15"
44
- @tap-icon.stop="handleClickIcon($event, item)"
44
+ @tap-icon="handleClickIcon($event, item)"
45
45
  :info="getPrefixIcon(item)"
46
46
  />
47
47
  <view class="ml-tree-node__title" :class="{ 'hasExplain': item[useProps.explain] }" @tap.stop="handleIntoChildren(item)">
@@ -52,13 +52,13 @@
52
52
  <MlTreeIcon
53
53
  :margin-right="15"
54
54
  :info="getSuffixIcon(item)"
55
- @tap-icon.stop="handleClickIcon($event, item)"
55
+ @tap-icon="handleClickIcon($event, item)"
56
56
  />
57
57
  <MlTreeIcon
58
58
  v-if="(item.children && item.children.length) || (lazy && !item.isLeaf)"
59
59
  :margin-right="15"
60
60
  :info="{ icon: 'arrow-right' }"
61
- @tap-icon.stop="handleIntoChildren(item)"
61
+ @tap-icon="handleIntoChildren(item)"
62
62
  />
63
63
  </view>
64
64
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",