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
|
}
|