yue1123 / vue3-baidu-map-gl

🎉百度地图 GL版 Vue3 组件库,baidu map gl components libary based on Vue3.0

Home Page:https://yue1123.github.io/vue3-baidu-map-gl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapvgl 版本过低

Hi-Alan opened this issue · comments

发现 Mapvgl@1.0.0-beta.159 一个 bug: TextLayer 的文字大小设置无效;
使用 mapvgl@1.0.0-beta.186 则没有这个问题

https://unpkg.com/mapvgl@1.0.0-beta.186/dist/mapvgl.min.js

commented

你是通过插件的形式使用的吗?如果是的话,你可以自定义一些Mapvgl 资源地址

<BMap
  :plugins=['Mapvgl']
  :pluginsSourceLink="{
    Mapvgl: 'https://unpkg.com/mapvgl@1.0.0-beta.186/dist/mapvgl.min.js'
  }"
/>