rc-power
rc-power
**Notice** If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) Please create a new issue only if...
**编译平台** HbuilderX **VUE版本** VUE3 **运行平台** 微信小程序 **z-paging版本** HbuilderX 最新版本 **问题描述** 非内置列表中使用slot会有获取不到高度的情况 见代码 ``` ... _getVirtualCellNodeByIndex(index) { let inDom = this.finalUseInnerList; // 在vue3+(微信小程序或QQ小程序)中,使用非内置列表写法时,若z-paging在swiper-item内存在无法获取slot插入的cell高度的问题 // 通过uni.createSelectorQuery().in(this.$parent)来解决此问题 // #ifdef VUE3 // #ifdef MP-WEIXIN...