update getting started page

This commit is contained in:
Hans Pagel
2020-08-13 09:37:51 +02:00
parent aa9d4a5dac
commit d0d9995fd0
3 changed files with 6 additions and 13 deletions

View File

@@ -3,9 +3,7 @@
</template>
<script>
import { Editor } from '@tiptap/core'
import { EditorContent, Renderer } from '@tiptap/vue'
import extensions from '@tiptap/starter-kit'
import { Editor, EditorContent } from '@tiptap/vue'
export default {
components: {
@@ -21,8 +19,6 @@ export default {
mounted() {
this.editor = new Editor({
content: '<p>Im running tiptap with Vue.js. 🎉</p>',
extensions: extensions(),
renderer: Renderer,
})
},

View File

@@ -1,3 +0,0 @@
.this-is-a-test {
color: black;
}