Skip to content

Commit cdfb59d

Browse files
Lint
1 parent 95e5a20 commit cdfb59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const useCoreStore = defineStore('core', () => {
5555
...getters,
5656
links,
5757
package: packageJson,
58-
pluginVersion: packageJson.version,
5958
packageName,
59+
pluginVersion: packageJson.version,
6060
};
6161
});

0 commit comments

Comments
 (0)