flyween / vue3-quill

Quill editor for vue3
https://flyween.github.io/vue3-quill/
MIT License
59 stars 16 forks source link

Cannot use import statement outside a module #10

Open mattiaerli97 opened 3 years ago

mattiaerli97 commented 3 years ago

When I try to export Quill so that can be used by my other libraries, I get the following error:

import Quill from 'quill'
^^^^^^
SyntaxError: Cannot use import statement outside a module

The problem seems related to the first lines in the src/index.js file of this package. Could you please help me with this problem? Thanks

flyween commented 3 years ago

https://stackoverflow.com/questions/58384179/syntaxerror-cannot-use-import-statement-outside-a-module
Take a look?