9 lines
191 B
Plaintext
Executable File
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)
|
|
})
|