HU CHAOYANG
HU CHAOYANG
> +10086 +10087
vite-plugin-style-import 样式加载了很多次。
我这么解决的,在scroll-view上bind scroll ,然后在函数里面调用 组件内部方法。 ```javascript const groupSticky = this.selectComponent('#groupSticky'); groupSticky.onScroll(e.detail); ```
我也是高度计算,感觉有一个很长时间的动画过渡效果。
same issue. when i set `tsconfig.json` `compilerOptions.composite` to `true`, got same problem. 