fix code highlighting for vuejs

This commit is contained in:
Hans Pagel
2020-11-18 17:33:46 +01:00
parent ef52156dbb
commit c824aa1678

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
```markup
<template>
<div id="app">
<tiptap />