Files

2 lines
185 B
JavaScript
Raw Permalink Normal View History

2026-02-05 22:22:10 +08:00
function t({initialHeight:e}){return{render:function(){this.$el.scrollHeight>0&&(this.$el.style.height=e+"rem",this.$el.style.height=this.$el.scrollHeight+"px")}}}export{t as default};