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>
<script>
import * as Quill from "quill";
import Quill from "quill";
export default {
props: {
@ -1058,4 +1058,4 @@ export default {
.ql-container.ql-snow {
border: 1px solid #ccc;
}
</style>
</style>