更新记录
1.0.0(2025-01-10) 下载此版本
首次提交
平台兼容性
Vue2 | Vue3 |
---|---|
√ | √ |
App | 快应用 | 微信小程序 | 支付宝小程序 | 百度小程序 | 字节小程序 | QQ小程序 |
---|---|---|---|---|---|---|
app-vue | × | √ | × | × | × | × |
钉钉小程序 | 快手小程序 | 飞书小程序 | 京东小程序 | 鸿蒙元服务 |
---|---|---|---|---|
× | × | × | × | × |
H5-Safari | Android Browser | 微信浏览器(Android) | QQ浏览器(Android) | Chrome | IE | Edge | Firefox | PC-Safari |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | √ | √ | √ |
1.0.0(2025-01-10)
首次提交 2025-1-10
1.本插件依赖lottie-miniprogram包(2.0.3版本)
npm i lottie-miniprogram@2.0.3
import lottie from 'lottie-miniprogram';
2.需要引入自己的lottie动画
import aniData from '../../static/Animation.js';
3.传递参数
props:{
width:{ 图标宽度
type:Number,
default:100
},
height:{ 图标高度
type:Number,
default:100
},
lottieId:{ 图标ID
type:String,
default:''
}
},
总结:用法很简单,渲染出来动画和svg效果一样