UNPKG

quasar

Version:

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

9 lines (7 loc) 268 B
import BottomSheet from './component/BottomSheetComponent.js' import globalDialog from '../../utils/private.dialog/create-dialog.js' export default { install ({ $q, parentApp }) { $q.bottomSheet = this.create = globalDialog(BottomSheet, false, parentApp) } }