UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

9 lines (7 loc) 225 B
import QActionSheet from '../components/action-sheet/QActionSheet.js' import modalFn from '../utils/modal-fn.js' export default { install ({ $q, Vue }) { this.create = $q.actionSheet = modalFn(QActionSheet, Vue) } }