We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffc0c2 commit cb3ba25Copy full SHA for cb3ba25
docs/content/.vitepress/theme/index.js
@@ -11,7 +11,7 @@ const QuillEditor = defineAsyncComponent({
11
loader: () =>
12
process.env.NODE_ENV === "production"
13
? import("@vueup/vue-quill").then((VueQuill) => VueQuill.QuillEditor)
14
- : import("../../../../src/main").then((VueQuill) => VueQuill.QuillEditor)
+ : import("../../../../packages/vue-quill/src/index").then((VueQuill) => VueQuill.QuillEditor)
15
})
16
17
import './base.css'
0 commit comments