UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

9 lines (7 loc) 265 B
import DialogPlugin from './component/DialogPluginComponent.js' import globalDialog from '../../utils/private.dialog/create-dialog.js' export default { install ({ $q, parentApp }) { $q.dialog = this.create = globalDialog(DialogPlugin, true, parentApp) } }