Skip to content

Commit 6949a17

Browse files
docs: update modules.md
1 parent 3ccb3f0 commit 6949a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn add quill-blot-formatter
2424
import { ref, defineComponent } from 'vue'
2525
import { QuillEditor } from '@vueup/vue-quill'
2626
import BlotFormatter from 'quill-blot-formatter'
27-
import '@vueup/vue-quill/../dist/vue-quill.snow.css'
27+
import '@vueup/vue-quill/dist/vue-quill.snow.css'
2828
2929
export default defineComponent({
3030
components: {
@@ -68,4 +68,4 @@ See [Quill modules docs](https://quilljs.com/docs/modules/) for more details.
6868
- [quill-placeholder-module](https://github.com/jspaine/quill-placeholder-module) - A quill module for adding placeholders
6969
- [quill-placeholder-autocomplete-module](https://github.com/Datananas/quill-placeholder-autocomplete) - brings autocomplete to "quill-placeholder-module"
7070
- [quill-rich-voice-editor](https://github.com/fabiancelik/rich-voice-editor) - A Quill.js module for SSML tags and functions to build better voice applications
71-
- [quill-table-ui](https://github.com/volser/quill-table-ui) - A module for table UI
71+
- [quill-table-ui](https://github.com/volser/quill-table-ui) - A module for table UI

0 commit comments

Comments
 (0)