UNPKG

tiptap

Version:

A rich-text editor for Vue.js

16 lines (11 loc) 180 B
import Node from '../Utils/Node' export default class Doc extends Node { get name() { return 'doc' } get schema() { return { content: 'block+', } } }