@vtx/biz
v2.0.3
Published
biz components for Vortex
Downloads
17
Readme
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';