Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this work also with laravel 8 in combination with vue? #88

Open
libertey opened this issue Jan 11, 2022 · 1 comment
Open

does this work also with laravel 8 in combination with vue? #88

libertey opened this issue Jan 11, 2022 · 1 comment

Comments

@libertey
Copy link

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" }

@staskobzar
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants