code-admin
Results
3
comments of
code-admin
` zoomchange: () => { const zoom = this.$refs.map.$$getInstance().getZoom(); console.log(zoom); } `
可以把 icon 换成一个对象吗?={ icon:'xxxxx', style:'width:33px; height:33px;'} 这样方便自定义 icon 的样式
``