UNPKG

quasar-framework

Version:

Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS

13 lines (10 loc) 298 B
import { QActionSheet } from '../components/action-sheet' import modalFn from '../utils/modal-fn' export default { __installed: false, install ({ $q, Vue }) { if (this.__installed) { return } this.__installed = true this.create = $q.actionSheet = modalFn(QActionSheet, Vue) } }