add content

This commit is contained in:
Hans Pagel
2020-08-12 11:50:54 +02:00
parent f6cd84ffab
commit b380a3d4bb
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ export default {
mounted() { mounted() {
this.editor = new Editor({ this.editor = new Editor({
content: '<p>Im running tiptap with Vue.js. This demo is interactive, try to edit the text.</p>', content: '<p>Im running tiptap with Vue.js. 🎉</p>',
extensions: extensions(), extensions: extensions(),
renderer: Renderer, renderer: Renderer,
}) })

View File

@@ -20,7 +20,7 @@ export default {
mounted() { mounted() {
this.editor = new Editor({ this.editor = new Editor({
content: '<p>Im running tiptap with Vue.js. This demo is interactive, try to edit the text.</p>', content: '<p>Im running tiptap with Vue.js. 🎉</p>',
extensions: extensions(), extensions: extensions(),
renderer: Renderer, renderer: Renderer,
}) })

View File

@@ -18,11 +18,11 @@ Create a new Vue component (e. g. `<Tiptap />`) and add the following content. T
<demo name="GettingStarted" /> <demo name="GettingStarted" />
Does that work for you? There are a few common pitfalls here, if you have trouble getting started, try to read the related links down here. Does that work for you? There are a few common pitfalls here, depending on your setup. If you have trouble getting started, try to read the related links down here.
Otherwise: Congrats! Youve got it! Lets start with the confiuration in the next step. Otherwise: Congrats! Youve got it! Lets start with the confiuration in the next step.
### Related links ### Related links
* [tiptap doesnt have a default styling](#)
* [Use tiptap with Nuxt.js](#) * [Use tiptap with Nuxt.js](#)
* [tiptap doesnt have a default styling](#)

View File

@@ -7,7 +7,7 @@
- title: Guide - title: Guide
items: items:
- title: Getting started 🚧 - title: Getting started
link: /getting-started/ link: /getting-started/
- title: Configuration 🚧 - title: Configuration 🚧
link: /configuration/ link: /configuration/