im-ui-mobile 0.1.25 → 0.1.27

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.
@@ -98,7 +98,9 @@
98
98
  <script setup lang="ts">
99
99
  import {
100
100
  computed,
101
- inject
101
+ inject,
102
+ onMounted,
103
+ onUnmounted
102
104
  } from 'vue'
103
105
  import type {
104
106
  CheckboxProps,
@@ -253,7 +255,7 @@ const handleTouchEnd = (event: Event) => {
253
255
  cursor: not-allowed;
254
256
  opacity: 0.6;
255
257
 
256
- * {
258
+ view {
257
259
  pointer-events: none;
258
260
  }
259
261
  }
@@ -215,7 +215,7 @@ provide<CheckboxGroupContext>('imCheckboxGroup', {
215
215
  opacity: 0.6;
216
216
  cursor: not-allowed;
217
217
 
218
- * {
218
+ view {
219
219
  pointer-events: none;
220
220
  }
221
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "im-ui-mobile",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "A Vue3.0 + Typescript instant messaging component library for Uniapp",
5
5
  "type": "module",
6
6
  "main": "index.js",