improve viewer exports

This commit is contained in:
2025-09-06 18:00:19 +02:00
parent 2b29716fee
commit 1c4aaa7040
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
export const useImageViewer = defineStore('image-viewer', {
export default defineStore('image-viewer', {
state: () => ({
src: null as string | null,
}),