change highlighting

This commit is contained in:
Philipp Kühn 2020-11-18 17:52:01 +01:00
parent d075d5c425
commit 99377d276e
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ export default {
content: null,
currentIndex: 0,
syntax: {
vue: 'markup',
vue: 'html',
},
}
},

View File

@ -59,7 +59,7 @@ export default {
currentIndex: 0,
CustomLayout,
syntax: {
vue: 'markup',
vue: 'html',
},
}
},

View File

@ -60,7 +60,7 @@ This is the fastest way to get tiptap up and running with Vue. It will give you
## 5. Add it to your app
Now, lets replace the content of `src/App.vue` with the following example code to use our new `Tiptap` component in our app.
```js
```html
<template>
<div id="app">
<tiptap />