You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey i installed today your package but ther is an mistake what is happening
everytime i run that with mix
`WARNING in ./node_modules/vue-audio-visual/src/components/AvBase.js 173:8-9
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvBase.js 175:13-14
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvMedia.js 167:8-9
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvMedia.js 169:13-14
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)`
do you know where the error is coming from and what i need to do?
these are my vue dependencies and so on maybe i need an other version?
Hello
this is not an error, just a warning. This is a part of Vue3 compatibility code. This warning is displayed for vue2 projects.
The warning is not supposed to be displayed in vue3
But, anyway, everything works properly for me with this warning and no problems were yet reported
hey i installed today your package but ther is an mistake what is happening
everytime i run that with mix
`WARNING in ./node_modules/vue-audio-visual/src/components/AvBase.js 173:8-9
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvBase.js 175:13-14
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvMedia.js 167:8-9
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)
WARNING in ./node_modules/vue-audio-visual/src/components/AvMedia.js 169:13-14
export 'h' (imported as 'h') was not found in 'vue' (possible exports: default)`
do you know where the error is coming from and what i need to do?
these are my vue dependencies and so on maybe i need an other version?
"devDependencies": { "@popperjs/core": "^2.10.2", "axios": "^0.21", "bootstrap": "^5.1.3", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.1.14", "resolve-url-loader": "^3.1.2", "sass": "^1.32.11", "sass-loader": "^11.0.1", "vue": "^2.6.12", "vue-loader": "^15.9.7", "vue-template-compiler": "^2.6.12" }, "dependencies": { "vue-audio-visual": "^2.4.0" }
The text was updated successfully, but these errors were encountered: