Merge pull request #347 from rmzg/master

Updated Quill import so it works with current module standards
pull/358/head
Cagatay Civici 2020-07-03 15:40:40 +03:00 committed by GitHub
commit bc384340c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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