mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
4f79e10bd6
Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
2 lines
867 B
JavaScript
2 lines
867 B
JavaScript
"142:function(t,e,n){\"use strict\";e.__esModule=!0;var i,r=n(7),o=(i=r)&&i.__esModule?i:{default:i};e.default={name:\"ElSelectDropdown\",componentName:\"ElSelectDropdown\",mixins:[o.default],props:{placement:{default:\"bottom-start\"},boundariesPadding:{default:0},popperOptions:{default:function(){return{gpuAcceleration:!1}}},visibleArrow:{default:!0},appendToBody:{type:Boolean,default:!0}},data:function(){return{minWidth:\"\"}},computed:{popperClass:function(){return this.$parent.popperClass}},watch:{\"$parent.inputWidth\":function(){this.minWidth=this.$parent.$el.getBoundingClientRect().width+\"px\"}},mounted:function(){var t=this;this.referenceElm=this.$parent.$refs.reference.$el,this.$parent.popperElm=this.popperElm=this.$el,this.$on(\"updatePopper\",function(){t.$parent.visible&&t.updatePopper()}),this.$on(\"destroyPopper\",this.destroyPopper)}}}";
|