mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
disable nodeview for now
This commit is contained in:
parent
f8d1db1b6d
commit
e6c6ec263f
@ -1,6 +1,6 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
import { NodeSpec } from 'prosemirror-model'
|
||||
import ParagraphComponent from './paragraph.vue'
|
||||
// import ParagraphComponent from './paragraph.vue'
|
||||
|
||||
export default class Paragraph extends Node {
|
||||
|
||||
@ -12,7 +12,7 @@ export default class Paragraph extends Node {
|
||||
group: 'block',
|
||||
parseDOM: [{ tag: 'p' }],
|
||||
toDOM: () => ['p', 0],
|
||||
toVue: ParagraphComponent,
|
||||
// toVue: ParagraphComponent,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user