Skip to content

坐标选择器(TODO)

基于baidu 地图的二次封装。还有一些问题需要解决,不是很成熟,

INFO

无需引入,可直接使用

Usage

双向绑定的值是坐标

vue
<template>
  <w-location-picker v-model:value="location" />
</template>

Props

名称类型默认值说明
valuestring-双向绑定的值,是坐标,某种格式的
heightstring50vh高度
widthstring50vw宽度

Type

Form Usage

TODO

Released under the MIT License.