mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 08:19:34 +08:00
docs: clean up example, fix #224
This commit is contained in:
parent
c1b5bb194f
commit
da8f295461
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<node-view-wrapper class="vue-component">
|
||||
<span class="label" contenteditable="false">Vue Component</span>
|
||||
|
||||
<node-view-content class="content" />
|
||||
</node-view-wrapper>
|
||||
</template>
|
||||
|
@ -9,14 +9,6 @@ export default Node.create({
|
||||
|
||||
content: 'inline*',
|
||||
|
||||
addAttributes() {
|
||||
return {
|
||||
count: {
|
||||
default: 0,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
parseHTML() {
|
||||
return [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user