From 4ccf7ce6e60747118ceed2591866ec6aff4eb0e1 Mon Sep 17 00:00:00 2001 From: Robert Grimes Date: Thu, 18 Jun 2020 13:35:56 -0500 Subject: [PATCH] Updated Quill import so it works with current module standards Replaced 'import * as Quill' with 'import Quill' since Quill is expected to be a constructor not an object. --- src/components/editor/Editor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/editor/Editor.vue b/src/components/editor/Editor.vue index 9f4154b0b..6d5065eca 100755 --- a/src/components/editor/Editor.vue +++ b/src/components/editor/Editor.vue @@ -48,7 +48,7 @@