renamed some components

This commit is contained in:
Philipp Kühn
2018-11-08 22:44:07 +01:00
parent 1728a247ea
commit cb2617d439
12 changed files with 35 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="editor">
<menu-bar :editor="editor">
<editor-menu-bar :editor="editor">
<div class="menubar" slot-scope="{ commands }">
<button
class="menubar__button"
@@ -9,7 +9,7 @@
<icon name="image" />
</button>
</div>
</menu-bar>
</editor-menu-bar>
<editor-content class="editor__content" :editor="editor" />
</div>
@@ -17,7 +17,7 @@
<script>
import Icon from 'Components/Icon'
import { Editor, EditorContent, MenuBar } from 'tiptap'
import { Editor, EditorContent, EditorMenuBar } from 'tiptap'
import {
HardBreak,
Heading,
@@ -31,7 +31,7 @@ export default {
components: {
Icon,
EditorContent,
MenuBar,
EditorMenuBar,
},
data() {
return {