vue-tencent-map/README.md Version: 506 BMarkdownView Raw 1# vue-tencent-map 2 3## Install 4`npm install vue-tencent-map` 5 6## Usage 7 81.include api script 9`<script src="//map.qq.com/api/gljs?v=1.exp&key=<developerKey>"></script>` ...
"name": "vue-tencent-map", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "version": "0.0.0", "dependencies": { "vue": "^2.6.11" }, "devDependencies": { "@vue/compiler-sfc": "^3.0.5", ...
const map_address = ref(''); // 地图类型 const map_type = ref('tianditu'); 组件回调: 1 2 3 4 5 //地图用于回调用于获取坐标 const map_point = (lng: number, lat: number) => { form.lng = lng; form.lat = lat; }; 地图效果展示: 分类: vue3 标签: 吃不胖的棒棒糖 好文要...
npm install vue-tencent-map Usage include api script<script src="//map.qq.com/api/gljs?v=1.exp&key=<developerKey>"></script> use in template <template> <div> <h1>TencentMap</h1> <TencentMap:latitude="32.960268":longitude="213.688582"name="科技有限公司"address="镇鼓西路12号"label="...
tlbs-map-vue 基于腾讯位置服务 JavaScript API 封装的 Vue 版地图组件库。 🎉 特性 封装腾讯地图API为响应式组件,无需关心复杂的地图API,只需要修改数据就能改变地图效果 同时兼容vue2和vue3框架 扩展性高,提供了地图和图层实例支持调用地图api 安装组件库 npm install tlbs-map-vue 注意:Node需要在16及以上版本...
name: tlbs-map-vue tagline: 基于 腾讯位置服务 JavaScript API 封装的 Vue 版地图组件库。 actions: - theme: brand text: 快速开始 link: /guide/get-started - theme: alt text: View on GitHub link: https://github.com/Tencent/tlbs-map-vue --- 17...
基于腾讯位置服务 JavaScript API 封装的 Vue 版地图组件库. Contribute to Tencent/tlbs-map-vue development by creating an account on GitHub.
Breadcrumbs tlbs-map-vue /src / multi-marker.tsTop File metadata and controls Code Blame 88 lines (85 loc) · 1.98 KB Raw import { defineComponent, inject, onUnmounted, PropType, Ref, toRaw, watch, } from 'vue-demi'; import useEventListener from './composables/useEventListener'; import...
基于腾讯位置服务 JavaScript API 封装的 Vue 版地图组件库. Contribute to Tencent/tlbs-map-vue development by creating an account on GitHub.