tg-map-vue3 3.5.3 → 3.5.4
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/dist/tg-map.js +2 -2
- package/dist/tg-map.js.map +1 -1
- package/dist/tg-map.umd.cjs +1 -1
- package/dist/tg-map.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/tg-map.js
CHANGED
|
@@ -4586,10 +4586,10 @@ const ws = () => {
|
|
|
4586
4586
|
inject: [wt],
|
|
4587
4587
|
data: () => ({ $_isCreated: !1 }),
|
|
4588
4588
|
mounted() {
|
|
4589
|
-
this.$_isCreated ? process.env.NODE_ENV !== "production" && console.warn(`${te}调用时机不对, 原因未知, 虚拟DOM太过频繁的刷新可能导致该问题🤔️`) : (Ee(this, te), this.$_isCreated = !0);
|
|
4589
|
+
this.$data.$_isCreated ? process.env.NODE_ENV !== "production" && console.warn(`${te}调用时机不对, 原因未知, 虚拟DOM太过频繁的刷新可能导致该问题🤔️`) : (Ee(this, te), this.$data.$_isCreated = !0);
|
|
4590
4590
|
},
|
|
4591
4591
|
beforeUnmount() {
|
|
4592
|
-
this.$_isCreated ? (Ee(this, re), this.$_isCreated = !1) : process.env.NODE_ENV !== "production" && console.warn(`${re}调用时机不对, 原因未知, 虚拟DOM太过频繁的刷新可能导致该问题🤔️`);
|
|
4592
|
+
this.$data.$_isCreated ? (Ee(this, re), this.$data.$_isCreated = !1) : process.env.NODE_ENV !== "production" && console.warn(`${re}调用时机不对, 原因未知, 虚拟DOM太过频繁的刷新可能导致该问题🤔️`);
|
|
4593
4593
|
},
|
|
4594
4594
|
methods: {
|
|
4595
4595
|
recreate() {
|