mrxy-yk 1.4.0 → 1.4.1

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.
@@ -84,6 +84,8 @@ export class Marker {
84
84
  setContent(content: string | HTMLElement): void
85
85
 
86
86
  getBounds(): AMap.Bounds
87
+
88
+ getContentDom(): HTMLElement
87
89
  }
88
90
 
89
91
  interface MarkerOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mrxy-yk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A collection of Vue 3 components and utilities",