atom-nuxt 1.4.11 → 1.4.13
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/module.json
CHANGED
|
@@ -266,13 +266,6 @@ const onQueryChange = (page2) => {
|
|
|
266
266
|
} else {
|
|
267
267
|
finalQuery = newQuery;
|
|
268
268
|
}
|
|
269
|
-
if (props.loaderKey) {
|
|
270
|
-
delete finalQuery[`${props.loaderKey}action`];
|
|
271
|
-
delete finalQuery[`${props.loaderKey}actionId`];
|
|
272
|
-
} else {
|
|
273
|
-
delete finalQuery.action;
|
|
274
|
-
delete finalQuery.actionId;
|
|
275
|
-
}
|
|
276
269
|
console.error("Setting query", finalQuery);
|
|
277
270
|
router.replace({ path: route.path, query: finalQuery, force: true });
|
|
278
271
|
};
|