From c8db66e0be5715efd3120fd08997b571d58a3d5f Mon Sep 17 00:00:00 2001 From: Pan Date: Sun, 19 Aug 2018 16:35:51 +0800 Subject: [PATCH] rm console --- src/components/MarkdownEditor/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/MarkdownEditor/index.vue b/src/components/MarkdownEditor/index.vue index 743cddbd..9847668a 100644 --- a/src/components/MarkdownEditor/index.vue +++ b/src/components/MarkdownEditor/index.vue @@ -57,7 +57,6 @@ export default { } }, mounted() { - console.log(this.toolbar.length) this.simplemde = new SimpleMDE({ element: document.getElementById(this.id), autoDownloadFontAwesome: false,