更新记录
1.0.1(2020-09-02) 下载此版本
样式优化
1.0.0(2020-09-01) 下载此版本
1.0.0
平台兼容性
hw-image 适用于 uni-app 项目的image组件
图片组件 组件名:hw-image
本组件目前兼容微信小程序、H5、5+APP。
本组件支持模式:
- 自定义宽高,自定义图片
使用前提
建议下载 示例项目 运行
使用方式
页面使用需在 script
中引用组件
import hwImage from '@/components/hw-image/hw-image.vue'
export default {
components: {hwImage}
}
全局使用需在 main.js
中注册组件
import hwImage from '@/components/hw-image/hw-image.vue'
Vue.component('hx-navbar',hwImage)
属性
基本属性
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
img | String | '' | 图片路径 |
imgWidth | String | '' | 图片宽 |
imgHeight | String | '' | 图片高 |