fixed map api key
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s
This commit is contained in:
parent
42c89c034d
commit
005cdbd95b
3 changed files with 2 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import { useQuasar } from 'quasar'
|
|||
|
||||
const $q = useQuasar()
|
||||
|
||||
const googleMapsApiKey = import.meta.env.VITE_GOOGLE_MAPS_API_KEY || ''
|
||||
const googleMapsApiKey = 'AIzaSyBzPSF5NxUZ1G8DKBnJvJPTqCR0Ct2xf58'
|
||||
|
||||
declare var google: any
|
||||
const center = ref<any>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue