Files
salvato.newfreeplanet/src/boot/vuetelinput.ts.off
2021-08-31 18:09:59 +02:00

9 lines
191 B
Plaintext
Executable File

import VueTelInput from 'vue-tel-input'
import { boot } from "quasar/wrappers"
// "async" is optional
export default boot(async ({ app }) => {
// something to do
app.use(VueTelInput)
})