@xatlas/rainbow-core 2.3.6 → 2.3.7
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/core.common.js +1 -0
- package/dist/core.common.js.map +1 -1
- package/dist/core.umd.js +1 -0
- package/dist/core.umd.js.map +1 -1
- package/dist/core.umd.min.js +1 -1
- package/dist/core.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/core.common.js
CHANGED
|
@@ -3470,6 +3470,7 @@ function list_toPrimitive(t, r) { if ("object" != list_typeof(t) || !t) return t
|
|
|
3470
3470
|
}
|
|
3471
3471
|
if (!this.parentIds && this.mode === 'page') {
|
|
3472
3472
|
if (external_root_qs_commonjs2_qs_commonjs_qs_amd_qs_default.a.stringify(this.query) !== external_root_qs_commonjs2_qs_commonjs_qs_amd_qs_default.a.stringify(this.$route.query)) {
|
|
3473
|
+
this.query = list_objectSpread(list_objectSpread({}, this.query), this.$route.query);
|
|
3473
3474
|
this.$router.push({
|
|
3474
3475
|
query: this.query
|
|
3475
3476
|
});
|