1、主要计算滚动组件的高度,避免屏幕出现滚动条,需求如下
<scroll-view :scroll-top="scrollTop" :style="{ height: scrollHeight}"
scroll-y="true" enable-back-to-top >
<slot&
1、主要计算滚动组件的高度,避免屏幕出现滚动条,需求如下
<scroll-view :scroll-top="scrollTop" :style="{ height: scrollHeight}"
scroll-y="true" enable-back-to-top >
<slot&