Skip to content

Commit 1c4d437

Browse files
fix: 修复 DocumentStorageDialog 中 store 导入路径错误
1 parent 7b626b0 commit 1c4d437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/editor/DocumentStorageDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { toTypedSchema } from '@vee-validate/yup'
33
import { Field, Form } from 'vee-validate'
44
import * as yup from 'yup'
55
import { usePostStore } from '@/stores/post'
6-
import { store } from '@/utils'
76
import { documentStorage } from '@/utils/documentStorage'
7+
import { store } from '@/utils/storage'
88
99
const isOpen = defineModel<boolean>(`open`, { default: false })
1010

0 commit comments

Comments
 (0)