UNPKG

quasar-app-extension-ap-input

Version:
8 lines (7 loc) 259 B
// file: /src/boot/register-my-component.js import ApInput from '../component/ApInput.vue' import TwoBtn from '../component/TwoBtn.vue' // we globally register our component with Vue export default ({ app }) => { app.component('ap-input', ApInput,TwoBtn) }