quasar-framework
Version:
Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS
22 lines (20 loc) • 544 B
JavaScript
import BackToTop from './directives/back-to-top'
import CloseOverlay from './directives/close-overlay'
import GoBack from './directives/go-back'
import Ripple from './directives/ripple'
import ScrollFire from './directives/scroll-fire'
import Scroll from './directives/scroll'
import TouchHold from './directives/touch-hold'
import TouchPan from './directives/touch-pan'
import TouchSwipe from './directives/touch-swipe'
export {
BackToTop,
CloseOverlay,
GoBack,
Ripple,
ScrollFire,
Scroll,
TouchHold,
TouchPan,
TouchSwipe
}