fixed map api key
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s

This commit is contained in:
Warunee Tamkoo 2026-04-27 20:18:09 +07:00
parent 42c89c034d
commit 005cdbd95b
3 changed files with 2 additions and 5 deletions

View file

@ -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>()