Closed wty92911 closed 2 years ago
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?
For example, "Import xxx from 'vue-audio-visual',the vscode tells me "Cannot find declaration file for module 'vue-audio-visual'."
I installed vue-audio-visual by npm
OK,got it! It works after I add './dist/vue-audio-visual' in the package.json
@wty92911 I got the same error. Could you tell me how you fix the package.json more specifically?
@staskobzar Are there any other ways to fix this other than modifying files in your plugin?
@mikeda37 I can not re-create this problem so I do not know how to fix it. if you provide details on how to re-create this bug or step-by-step instructions I can try when I have time
when I use "import {AVPlugin} from 'vue-audio-visual'" in my project the browser warns. How should I deal with it ?