docs: clean up example, fix #224

This commit is contained in:
Hans Pagel 2021-03-25 14:15:35 +01:00
parent c1b5bb194f
commit da8f295461
2 changed files with 0 additions and 9 deletions

View File

@ -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>

View File

@ -9,14 +9,6 @@ export default Node.create({
content: 'inline*',
addAttributes() {
return {
count: {
default: 0,
},
}
},
parseHTML() {
return [
{