af-mobile-client-vue3 1.6.36 → 1.6.37

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.6.36",
4
+ "version": "1.6.37",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -1,5 +1,6 @@
1
1
  <script setup lang="ts">
2
2
  import type { SignatureComponentExpose, SignatureComponentProps } from '@af-mobile-client-vue3/components/core/Signature/signature'
3
+ import { mobileUtil } from '@af-mobile-client-vue3/utils/mobileUtil'
3
4
  import { toDataUrl } from '@af-mobile-client-vue3/utils/resourceUrl'
4
5
  import { showImagePreview, showToast, Button as VanButton, Field as VanField, Icon as VanIcon, Image as VanImage } from 'vant'
5
6
  import { inject, ref } from 'vue'