chore: cleanup stray nested directories in frontend-source

Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
This commit is contained in:
反编译工作区
2026-04-29 13:07:40 +08:00
parent 48b31823e6
commit 4f79e10bd6
774 changed files with 20 additions and 31 deletions
@@ -0,0 +1 @@
"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)}}}";