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 95e5a20 commit cdfb59dCopy full SHA for cdfb59d
src/stores/index.ts
@@ -55,7 +55,7 @@ export const useCoreStore = defineStore('core', () => {
55
...getters,
56
links,
57
package: packageJson,
58
- pluginVersion: packageJson.version,
59
packageName,
+ pluginVersion: packageJson.version,
60
};
61
});
0 commit comments