Vueg----page-transition-plugin icon indicating copy to clipboard operation
Vueg----page-transition-plugin copied to clipboard

transitions gone after update 1.3.4 -> 1.4.0

Open boomsya opened this issue 4 years ago • 1 comments

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?

boomsya avatar Aug 05 '19 09:08 boomsya

1.4.0 is not backward compatible, you should specify the version: npm i [email protected] --save

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

jaweii avatar Aug 05 '19 10:08 jaweii