docs: update content
This commit is contained in:
@@ -9,7 +9,7 @@ tiptap 2 is framework-agnostic and even works with plain JavaScript, if that’s
|
|||||||
* [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)
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
beforeDestroy() {
|
beforeUnmount() {
|
||||||
this.editor.destroy()
|
this.editor.destroy()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user