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

transitions gone after update 1.3.4 -> 1.4.0 #50

Open
boomsya opened this issue Aug 5, 2019 · 1 comment
Open

transitions gone after update 1.3.4 -> 1.4.0 #50

boomsya opened this issue Aug 5, 2019 · 1 comment

Comments

@boomsya
Copy link

boomsya commented Aug 5, 2019

on version 1.3.4 all works fine
but after updating to 1.4.0+ animations was gone

can you show simple example how to work with new version?

@jaweii
Copy link
Owner

jaweii commented Aug 5, 2019

1.4.0 is not backward compatible, you should specify the version:
npm i vueg@1.3.4 --save

"dependencies": {
  "vueg": "1.3.4"
}

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