UNPKG

captain-ui

Version:

有赞vue wap业务组件库

25 lines (18 loc) 572 B
## Component 自定义模块 ### 使用指南 #### 使用 [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) (推荐) ```javascript import { CustomComponent } from 'captain-ui'; ``` ### 代码演示 #### 基本用法 :::demo 基本用法 ```html <cap-custom-component title="自定义模块标题"> </cap-custom-component> ``` ::: ### API | 参数 | 说明 | 类型 | 默认值 | 可选值 | |-----------|-----------|-----------|-------------|-------------| | title | 自定义模块标题 | `string` | `''` | |