refactor: editor-file -> vue component (UI, core, new folder, rename, insert)

This commit is contained in:
NGPixel
2017-06-04 23:16:00 -04:00
parent 1358191327
commit f38f7d4f10
12 changed files with 592 additions and 96 deletions

View File

@@ -18,6 +18,7 @@ block content
.editor-area
textarea(ref='editorTextArea', v-pre)= pageData.markdown
editor-file
editor-video
editor-codeblock
modal-discard-page(mode='edit', current-path=pageData.meta.path)