Skip to content
On this page

Tiptap Editor

File: src/@core/components/TiptapEditor.vue


We use Tiptap for rich text editors.We have developed a TiptapEditor component, which extends EditorContent component of Tiptap.This component is utilized to show rich text editors. Below is code snippet of component usage:

vue
<TiptapEditor v-model="content" />