Quasar-Tiptap in Boot File
-
How can you integrate quasar-tiptap using the boot file?
-
From https://github.com/donotebase/quasar-tiptap
this is the code you can put a boot file to make the component always available.
import Vue from 'vue' import { QuasarTiptapPlugin, RecommendedExtensions } from 'quasar-tiptap' Vue.use(QuasarTiptapPlugin, { language: 'zh-hans', spellcheck: true })