other components... (2)
This commit is contained in:
10
src/boot/vuetelinput.ts
Executable file
10
src/boot/vuetelinput.ts
Executable file
@@ -0,0 +1,10 @@
|
||||
// @ts-ignore
|
||||
import { VueTelInput } from 'vue3-tel-input'
|
||||
import { boot } from 'quasar/wrappers'
|
||||
|
||||
// "async" is optional
|
||||
export default boot( ({ app }) => {
|
||||
// something to do
|
||||
// @ts-ignore
|
||||
app.use(VueTelInput)
|
||||
})
|
||||
@@ -1,8 +0,0 @@
|
||||
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)
|
||||
})
|
||||
Reference in New Issue
Block a user