shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

jquery - dependency was not found ??? #1

Closed dobbbri closed 7 years ago

dobbbri commented 7 years ago

This dependency was not found:

Velocity is an animation engine with the same API as jQuery's $.animate(). It works with and without jQuery.

Download Velocity, include it on your page, and replace all instances of jQuery's $.animate() with $.velocity().

shakee93 commented 7 years ago

this plugin doesn't depend on jQuery but it depends on Velocity and hammerjs. velocity is pre included in the build so you will not need to include it in your project.

Will you be able to reproduce this ? so i can take a look.

thanks