mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
feat: add elevator-front, alarm-front, front_acs decompiled sources
Former-commit-id: 227ec9664fa803a11a731cf5336437c497f17066
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"130:function(e,t,i){\"use strict\";i.r(t);var n,s,r={name:\"ElTag\",props:{text:String,closable:Boolean,type:String,hit:Boolean,disableTransitions:Boolean,color:String,size:String,effect:{type:String,default:\"light\",validator:function(e){return-1!==[\"dark\",\"light\",\"plain\"].indexOf(e)}}},methods:{handleClose:function(e){e.stopPropagation(),this.$emit(\"close\",e)},handleClick:function(e){this.$emit(\"click\",e)}},computed:{tagSize:function(){return this.size||(this.$ELEMENT||{}).size}},render:function(e){var t=this.type,i=this.tagSize,n=this.hit,s=this.effect,r=[\"el-tag\",t?\"el-tag--\"+t:\"\",i?\"el-tag--\"+i:\"\",s?\"el-tag--\"+s:\"\",n&&\"is-hit\"],a=e(\"span\",{class:r,style:{backgroundColor:this.color},on:{click:this.handleClick}},[this.$slots.default,this.closable&&e(\"i\",{class:\"el-tag__close el-icon-close\",on:{click:this.handleClose}})]);return this.disableTransitions?a:e(\"transition\",{attrs:{name:\"el-zoom-in-center\"}},[a])}},a=r,o=i(0),l=Object(o[\"a\"])(a,n,s,!1,null,null,null);l.options.__file=\"packages/tag/src/tag.vue\";var c=l.exports;c.install=function(e){e.component(c.name,c)};t[\"default\"]=c}";
|
||||
Reference in New Issue
Block a user