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.
pull/347/head
Robert Grimes 2020-06-18 13:35:56 -05:00
parent d141c8ee3c
commit 4ccf7ce6e6
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
</template>
<script>
import * as Quill from "quill";
import Quill from "quill";
export default {
props: {