props.js 1.2 KB

12
  1. "use strict";const e=require("../../libs/config/props.js"),o={props:{src:{type:String,default:()=>e.defProps.image.src},mode:{type:String,default:()=>e.defProps.image.mode},width:{type:[String,Number],default:()=>e.defProps.image.width},height:{type:[String,Number],default:()=>e.defProps.image.height},shape:{type:String,default:()=>e.defProps.image.shape},radius:{type:[String,Number],default:()=>e.defProps.image.radius},lazyLoad:{type:Boolean,default:()=>e.defProps.image.lazyLoad},showMenuByLongpress:{type:Boolean,default:()=>e.defProps.image.showMenuByLongpress},loadingIcon:{type:String,default:()=>e.defProps.image.loadingIcon},errorIcon:{type:String,default:()=>e.defProps.image.errorIcon},showLoading:{type:Boolean,default:()=>e.defProps.image.showLoading},showError:{type:Boolean,default:()=>e.defProps.image.showError},fade:{type:Boolean,default:()=>e.defProps.image.fade},webp:{type:Boolean,default:()=>e.defProps.image.webp},duration:{type:[String,Number],default:()=>e.defProps.image.duration},bgColor:{type:String,default:()=>e.defProps.image.bgColor}}};exports.props=o;
  2. //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-image/props.js.map