You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
774 B
2 lines
774 B
11 months ago
|
import{o as e,c as o,k as t,n as r,e as l,i as s}from"./index-4ddb689d.js";import{_ as c}from"./_plugin-vue_export-helper.1b428a4d.js";const i=c({name:"u-loading",props:{mode:{type:String,default:"circle"},color:{type:String,default:"#c7c7c7"},size:{type:[String,Number],default:"34"},show:{type:Boolean,default:!0}},computed:{cricleStyle(){let e={};return e.width=this.size+"rpx",e.height=this.size+"rpx","circle"==this.mode&&(e.borderColor=`#e4e4e4 #e4e4e4 #e4e4e4 ${this.color?this.color:"#c7c7c7"}`),e}}},[["render",function(c,i,a,n,d,p){const u=s;return a.show?(e(),o(u,{key:0,class:t(["u-loading","circle"==a.mode?"u-loading-circle":"u-loading-flower"]),style:r([p.cricleStyle])},null,8,["class","style"])):l("",!0)}],["__scopeId","data-v-465d9746"]]);export{i as _};
|