zhang-sdui
v1.0.5
Published
vue 组件发布npm示例
Downloads
10
Readme
山东项目组
MyCard
卡片
代码
<my-card :summary="summary" :imgSrc="img">
<div slot="footer">
<button class="btn">查看</button>
</div>
</my-card>
Attributes
| 参数 | 说明 | 类型 | 是否必要 | 默认值 | | --------- | ------------ | ----------- | -------- | ------ | | width | 卡片宽度 | Number | false | 500 | | imgSrc | 图片资源路径 | String | true | - | | imgHeight | 图片高度 | Number | false | 100 | | summary | 卡片概要 | String/Slot | false | - | | footer | 卡片底部 | Slot | false | - |
MySelect
下拉筛选
代码
<my-select v-model="value" :options="options" placeholder="请选择"> </my-select>
Attributes
| 参数 | 说明 | 类型 | 是否必要 | 默认值 | | ------- | ---- | ----- | -------- | ------ | | options | 数据 | Array | true | - |