UNPKG

quasar-app-extension-q-otp

Version:

Quasar App Extension which injects a Vue component - QOtp

7 lines (5 loc) 149 B
import { boot } from 'quasar/wrappers' import QOtp from '../component/QOtp.vue' export default boot(({ app }) => { app.component('QOtp', QOtp) })