🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vtx/ol-map-mobile

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtx/ol-map-mobile

uni-app组件库

npmnpm
Version
2.0.0
Version published
Weekly downloads
43
207.14%
Maintainers
6
Weekly downloads
 
Created
Source

ember

伏泰 uni-app 组件库

在线文档

使用 Yarn 安装

yarn add @vtx/ember -S

使用方法

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

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

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

<template>
    <v-text>3.x对应uview3.x版本</v-text>
</template>

FAQs

Package last updated on 30 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts