1.0.8 • Published 10 months ago

@vtx/ol-map-mobile-layer v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

ol-map-mobile

基于 openlayers 的 uni 移动端组件库

在线文档

使用 Yarn 安装

yarn add @vtx/ol-map-mobile -S

使用方法

pages.json 配置 easycom 规则(按需引入)

// pages.json
{
    "easycom": {
        "^ol-(.*)": "@vtx/ol-map-mobile/components/ol-$1/ol-$1.vue"
    },
    // 此为本身已有的内容
    "pages": [
        // ......
    ]
}

配置 easycom 规则后,自动按需引入,无需 import 组件,直接引用即可。

<template>
    <ol-map></ol-map>
</template>
1.0.8

10 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago