mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
revert changes in demo
This commit is contained in:
parent
97831ea8e5
commit
9f6087f36f
@ -68,7 +68,6 @@
|
||||
|
||||
<script>
|
||||
import { Editor, EditorContent, defaultExtensions } from '@tiptap/vue-starter-kit'
|
||||
import Typography from '@tiptap/extension-typography'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@ -83,10 +82,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
this.editor = new Editor({
|
||||
extensions: [
|
||||
...defaultExtensions(),
|
||||
Typography(),
|
||||
],
|
||||
extensions: defaultExtensions(),
|
||||
content: `
|
||||
<h2>
|
||||
Hi there,
|
||||
|
Loading…
Reference in New Issue
Block a user