Skip to content

Commit cb3ba25

Browse files
committed
docs: fix import package
1 parent bffc0c2 commit cb3ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/.vitepress/theme/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const QuillEditor = defineAsyncComponent({
1111
loader: () =>
1212
process.env.NODE_ENV === "production"
1313
? import("@vueup/vue-quill").then((VueQuill) => VueQuill.QuillEditor)
14-
: import("../../../../src/main").then((VueQuill) => VueQuill.QuillEditor)
14+
: import("../../../../packages/vue-quill/src/index").then((VueQuill) => VueQuill.QuillEditor)
1515
})
1616

1717
import './base.css'

0 commit comments

Comments
 (0)