- Downline User
- Not registered if already exists. - Forgot Password
This commit is contained in:
5
src/boot/googlemap.ts
Normal file
5
src/boot/googlemap.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import google from '../googlemap'
|
||||
|
||||
export default ({ app, router, Vue }) => {
|
||||
Vue.prototype.$google = google
|
||||
}
|
||||
5
src/boot/mycharts.ts
Normal file
5
src/boot/mycharts.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import Chartkick from 'vue-chartkick'
|
||||
|
||||
export default async ({ Vue }) => {
|
||||
Vue.use(Chartkick)
|
||||
}
|
||||
7
src/boot/vuetelinput.ts
Normal file
7
src/boot/vuetelinput.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import VueTelInput from 'vue-tel-input'
|
||||
|
||||
// "async" is optional
|
||||
export default async ({ Vue }) => {
|
||||
// something to do
|
||||
Vue.use(VueTelInput)
|
||||
}
|
||||
Reference in New Issue
Block a user