Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue.js?v=d2d7e806' does not provide an export named 'default'
wty92911 opened this issue · 6 comments
wty92911 commented
when I use "import {AVPlugin} from 'vue-audio-visual'" in my project the browser warns.
How should I deal with it ?
staskobzar commented
Hello,
I can not re-create this problem.
Are you sure it is coming from this plugin? Because you are not importing default value since it is in "{}" parentheses.
Can you provide more details on how you are using it?
wty92911 commented
wty92911 commented
wty92911 commented
OK,got it! It works after I add './dist/vue-audio-visual' in the package.json