UNPKG
@fawmi/vue-google-maps
Version:
latest (0.9.79)
0.9.79
0.9.78
0.9.76
0.9.75
0.9.73
0.9.72
0.9.71
0.9.70
0.9.69
0.9.67
0.9.66
0.9.65
0.9.64
0.9.63
0.9.62
0.9.51
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.3.5
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
Google Map components for Vue.js 3
vue-map.netlify.app
fawmi/vue-google-maps
@fawmi/vue-google-maps
/
src
/
utils
/
env.js
6 lines
(5 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
6
export
class
Env
{
static
isServer
(
) {
return
typeof
document
===
'undefined'
; } }