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

Not playing - Any changes made recently? #76

Closed
adilk2005 opened this issue Jun 22, 2018 · 4 comments
Closed

Not playing - Any changes made recently? #76

adilk2005 opened this issue Jun 22, 2018 · 4 comments
Labels

Comments

@adilk2005
Copy link

Hi, I saw your player and think it's great.

I tried following the instructions and have been tinkering with them for some time now. I can't get it to work. Have there been any changes to the code recently which could cause this issue?

@SevenOutman
Copy link
Owner

@adilk2005 Glad you like it! But I can't help you if I don't clearly understand your issue. Could you just show me your code and explain what's the expected/actual behavior?

@adilk2005
Copy link
Author

Hi, thanks for getting back to me so quickly.

Js Fiddle Link: https://jsfiddle.net/adilk/0aowdL36/1/
I've outlined the steps taken in the comments of the code.

Expected outcome: My goal is to use the "featured" player outlined on this page. https://vue-aplayer.js.org/

@SevenOutman
Copy link
Owner

SevenOutman commented Jun 23, 2018

@adilk2005 In this specific fiddle the problem is that VueAPlayer variable is not assigned correctly - and it's a bug from this library. I'm fixing this in next patch release. A quick fix to this is use VueAPlayer.default (fiddle)

Vue.component('aplayer', VueAPlayer.default)

Or you can just use it normally with npm, as this only happens when you use Vue-APlayer from CDN.

@adilk2005
Copy link
Author

Thanks 👍

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

No branches or pull requests

2 participants