2.0.2 • Published 7 months ago

@vtx/biz v2.0.2

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

biz

Vortex 内部业务组件库,在线文档DOC

安装

yarn install @vtx/biz -S

按需加载

使用 babel-plugin-import 来进行按需加载

{
    "extraBabelPlugins": [
        [
            "import",
            {
                "libraryName": "@vtx/biz",
                "camel2DashComponentName": false
            },
            "@vtx/biz"
        ]
    ]
}

使用

import { RealTimeCarTree } from '@vtx/biz';