主要功能:
效果图:

1. 官网注册认证 并申请key
官网地址https://lbs.qq.com/

2. 引入
npm install qqmap --save
import maps from "qqmap"
3. 使用
html:
<div id="container" style=" width: 800px; height:400px; margin: 0 auto">
data:
//腾讯地图
map: null,
getAddress: null,
getAddCode: null,
addressKeyword: "",
shopInfo:{
lng:'',
lat:''
},