docs: update content

This commit is contained in:
Hans Pagel
2021-03-03 21:35:47 +01:00
parent 7148a91049
commit c888984b08
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ tiptap 2 is framework-agnostic and even works with plain JavaScript, if thats
* [CDN](/installation/cdn) * [CDN](/installation/cdn)
* [CodeSandbox](/installation/codesandbox) * [CodeSandbox](/installation/codesandbox)
* [Vue 2](/installation/vue2) * [Vue 2](/installation/vue2)
* [Vue 3](/installation/vue3) (Draft) * [Vue 3](/installation/vue3)
* [Nuxt.js](/installation/nuxt) * [Nuxt.js](/installation/nuxt)
* [React](/installation/react) (Draft) * [React](/installation/react) (Draft)
* [Svelte](/installation/svelte) (Draft) * [Svelte](/installation/svelte) (Draft)

View File

@@ -68,7 +68,7 @@ export default {
}) })
}, },
beforeDestroy() { beforeUnmount() {
this.editor.destroy() this.editor.destroy()
}, },
} }