<swiper class="tab-view" ref="swiper1" id="tab-bar-view" :current="tabIndex" :duration="300"
:circular="true" @change="onswiperchange">
<swiper-item class="swiper-item" v-for="(page, index) in sortList" :key="index">
<swiper-page class="swiper-page" :parentId="pageId" :pid="sortList[tabIndex].id" ref="page"></swiper-page>
</swiper-item>
</swiper>
5***@qq.com
- 发布:2022-04-04 22:36
- 更新:2022-04-04 22:42
- 阅读:268
nvue页面 用的hello项目模板里的代码,在onRead()中自定义组件refs获取不到 HBX是3.3.13
分类:nvue
1 个回复
5***@qq.com (作者)