add nuxt.js guide

This commit is contained in:
Hans Pagel
2020-12-01 11:31:23 +01:00
parent 484064a528
commit e385417043
4 changed files with 109 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ This class is a central building block of tiptap. It does most of the heavy lift
Check out the API documentation to see [all available options](/api/editor/).
### Element
The `element` specifies the HTML element the editor will be binded too. The following code will add tiptap to an element with the `.element` class:
The `element` specifies the HTML element the editor will be binded too. The following code will integrate tiptap with an element with the `.element` class:
```js
import { Editor } from '@tiptap/core'