No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar-Tiptap in Boot File

    [v1] App Extensions
    2
    2
    158
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jinxkitt108
      jinxkitt108 last edited by

      How can you integrate quasar-tiptap using the boot file?

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @jinxkitt108 last edited by

        @jinxkitt108

        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
        })
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post