@tuoyuan/map-select
v0.2.1
Published
高德地图选点插件
Downloads
154
Readme
pnpm
pnpm add @tuoyuan/map-select
安装
import "@tuoyuan/map-select/ui/es/style.css"
import MapSelect from "@tuoyuan/map-select"
使用
app.use(MapSelect as any,{
key:'',
securityJsCode:""
})
``` vue
<template>
<div w-full h-600px>
<map-select v-model="form.line" type="polygon"></map-select>
</div>
</template>
<script setup lang="ts">
import { MapSelect } from '@tuoyuan/map-select'
const form = ref({
line: [],