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
Hello! Thanks for your great work on this wonderful package!
I found an issue where the same component in 2.15.0 fails, but it works when rolled back to 2.14.0. Unfortunately, there were no errors in console or npm which would help to narrow down the issue. The Vue devtools also showed all data as being initialized correctly, and the slides were created with the correct data and settings, they were just not displaying in the browser.
Below are screenshots of the two different views of the above component depending on whether or not the app is using 2.15.0 or 2.14.0.
Please let me know if there's any more information I can provide which might help!
The text was updated successfully, but these errors were encountered:
camillekaniecki
changed the title
Slide Contend Shows as "Undefined" in 2.15.0
Slide Content Shows as "Undefined" in 2.15.0, but Works in 2.14.0
Jul 30, 2021
I have the same problem on my site, thanks @camillekaniecki I tried the version 2.14 and it's working. Not sure what's wrong but something got broken in 2.15.
Had the same issue, and the downgrade did not work. I noticed that there was a dependency mismatch stating that 2.16.0 was expecting vue v2.6.14 not 2.6.12. I updated my vue and template compiler to the 2.6.14 version and vueper-slides 2.16.0 started working. I hope that helps others.
Hello! Thanks for your great work on this wonderful package!
I found an issue where the same component in 2.15.0 fails, but it works when rolled back to 2.14.0. Unfortunately, there were no errors in console or npm which would help to narrow down the issue. The Vue devtools also showed all data as being initialized correctly, and the slides were created with the correct data and settings, they were just not displaying in the browser.
The version of Vue I'm using is 2.16.12.
Here's my component:
Below are screenshots of the two different views of the above component depending on whether or not the app is using 2.15.0 or 2.14.0.
Please let me know if there's any more information I can provide which might help!
The text was updated successfully, but these errors were encountered: