File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2121 "vue-card" : " ^0.1.0" ,
2222 "vue-collapsible" : " ^0.1.0" ,
2323 "vue-comps-dropdown" : " ^0.1.0" ,
24- "vue-comps-modal" : " ^0.1.0 " ,
24+ "vue-comps-modal" : " ^0.1.1 " ,
2525 "vue-comps-tooltip" : " ^0.1.0" ,
2626 "vue-comps-waves" : " ^0.1.0" ,
2727 "vue-fixed-action-button" : " ^0.1.0" ,
28- "vue-mixins" : " ^0.2.6 " ,
29- "vue-overlay" : " ^0.1 .0" ,
28+ "vue-mixins" : " ^0.2.8 " ,
29+ "vue-overlay" : " ^1.0 .0" ,
3030 "vue-parallax" : " ^0.1.2" ,
3131 "vue-pushpin" : " ^0.1.3" ,
3232 "vue-comps-scrollspy" : " ^0.1.0" ,
3333 "vue-scrollfire" : " ^0.1.0" ,
34- "vue-side-nav" : " ^0.1.4 " ,
34+ "vue-side-nav" : " ^0.1.5 " ,
3535 "vueify-insert-css" : " ^1.0.0" ,
3636 "vue-toaster" : " ^0.1.3" ,
3737 "vue-drag-handle" : " ^0.2.0" ,
Original file line number Diff line number Diff line change 11# out: ../overlay.js
22Velocity = require (" velocity-animate" )
33Overlay = require " vue-overlay"
4- # for overlay 1.0
5- # Overlay.obj.methods.fade = ({el,opacity,cb}) ->
6- Overlay .obj .props .fade .default = ({el,opacity,cb}) ->
4+ Overlay .obj .methods .fade = ({el,opacity,cb}) ->
75 Velocity el, {opacity : opacity},{
86 duration : 300
97 queue : false
You can’t perform that action at this time.
0 commit comments