add content
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
|||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.editor = new Editor({
|
this.editor = new Editor({
|
||||||
content: '<p>I’m running tiptap with Vue.js. This demo is interactive, try to edit the text.</p>',
|
content: '<p>I’m running tiptap with Vue.js. 🎉</p>',
|
||||||
extensions: extensions(),
|
extensions: extensions(),
|
||||||
renderer: Renderer,
|
renderer: Renderer,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default {
|
|||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.editor = new Editor({
|
this.editor = new Editor({
|
||||||
content: '<p>I’m running tiptap with Vue.js. This demo is interactive, try to edit the text.</p>',
|
content: '<p>I’m running tiptap with Vue.js. 🎉</p>',
|
||||||
extensions: extensions(),
|
extensions: extensions(),
|
||||||
renderer: Renderer,
|
renderer: Renderer,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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! You’ve got it! Let’s start with the confiuration in the next step.
|
Otherwise: Congrats! You’ve got it! Let’s start with the confiuration in the next step.
|
||||||
|
|
||||||
### Related links
|
### Related links
|
||||||
|
|
||||||
* [tiptap doesn’t have a default styling](#)
|
|
||||||
* [Use tiptap with Nuxt.js](#)
|
* [Use tiptap with Nuxt.js](#)
|
||||||
|
* [tiptap doesn’t have a default styling](#)
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user