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 38077dc commit 765d0e0Copy full SHA for 765d0e0
packages/app-backend-vue2/src/plugin.ts
@@ -390,7 +390,7 @@ const VUEX_MODULE_PATH_SEPARATOR_REG = /\[vdt\]/g
390
391
function formatStoreForInspectorTree (module, moduleName: string, path: string): CustomInspectorNode {
392
return {
393
- id: path ?? VUEX_ROOT_PATH,
+ id: path || VUEX_ROOT_PATH,
394
// all modules end with a `/`, we want the last segment only
395
// cart/ -> cart
396
// nested/cart/ -> cart
0 commit comments