We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f45181 commit 36ab4fcCopy full SHA for 36ab4fc
1 file changed
app/stores/back.js
@@ -92,6 +92,7 @@ export const useBackStore = defineStore("back", {
92
additionalProperties: true,
93
};
94
const params = { COMMAND_BACK, NUXT_ROOT_PATH, args };
95
+
96
console.log("[GEODE] params", params);
97
return appStore.request(
98
{ schema, params },
0 commit comments