@vesium/plot 1.0.1-beta.37 → 1.0.1-beta.38
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/README.md +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.iife.js +2 -2
- package/dist/index.iife.js.map +1 -1
- package/dist/index.iife.min.js +1 -1
- package/dist/index.iife.min.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.iife.js
CHANGED
|
@@ -179,8 +179,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
179
179
|
);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
}, {
|
|
183
|
-
flush: "post"
|
|
184
182
|
});
|
|
185
183
|
return pick;
|
|
186
184
|
}
|
|
@@ -347,6 +345,8 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
347
345
|
});
|
|
348
346
|
vue.watch([position, pick], ([position2, pick2]) => {
|
|
349
347
|
pick2 && position2 && listener({ event: { position: position2 }, pick: pick2 });
|
|
348
|
+
}, {
|
|
349
|
+
flush: "post"
|
|
350
350
|
});
|
|
351
351
|
}
|
|
352
352
|
const GLOBAL_GRAPHIC_SYMBOL = Symbol("GLOBAL_GRAPHIC_SYMBOL");
|