From 42cddae8899fad7503b6dd8ec92e261fe5883416 Mon Sep 17 00:00:00 2001 From: Benjamin VIELLARD Date: Tue, 2 May 2023 15:28:39 +0200 Subject: [PATCH] fix: icon names --- src/tiptap-editor.vue | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/tiptap-editor.vue b/src/tiptap-editor.vue index a2704df..6eee1c1 100644 --- a/src/tiptap-editor.vue +++ b/src/tiptap-editor.vue @@ -348,7 +348,7 @@ - + @@ -358,7 +358,7 @@ @click="editor.chain().focus().addColumnBefore().run()" > - + @@ -368,7 +368,7 @@ @click="editor.chain().focus().addColumnAfter().run()" > - + @@ -378,7 +378,7 @@ @click="editor.chain().focus().deleteColumn().run()" > - + @@ -389,7 +389,7 @@ @click="editor.chain().focus().addRowBefore().run()" > - + @@ -399,7 +399,7 @@ @click="editor.chain().focus().addRowAfter().run()" > - + @@ -409,7 +409,7 @@ @click="editor.chain().focus().deleteRow().run()" > - + @@ -419,7 +419,7 @@ @click="editor.chain().focus().mergeCells().run()" > - + @@ -429,7 +429,7 @@ @click="editor.chain().focus().splitCell().run()" > - + @@ -439,7 +439,7 @@ @click="editor.chain().focus().toggleHeaderRow().run()" > - + @@ -449,7 +449,7 @@ @click="editor.chain().focus().toggleHeaderColumn().run()" > - + - + @@ -471,7 +471,7 @@ @click="editor.chain().focus().deleteTable().run()" > - +