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) 199 B
import QDialog from '../components/dialog/QDialog.js' import modalFn from '../utils/modal-fn.js' export default { install ({ $q, Vue }) { this.create = $q.dialog = modalFn(QDialog, Vue) } }