且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用vue2-google-maps显示Google Maps

更新时间:2023-10-19 13:27:04

好像我只需要添加zoom道具:

Looks like I just had to add the zoom prop:

<template>
  <gmap-map :center="{
      lat: 47.2736,
      lng: 16.0843
    }" 
    :zoom="7"></gmap-map>
</template>