3
<van-popup v-model="showDetail" position="right"></van-popup> <van-nav-bar title="汇报详情" left-text="取消" fixed=""></van-nav-bar>
<task></task>
在一个子组件中使用了Popup,里面包含一个NavBar和task(子组件),目前出现的问题有两个:
- NavBar 定义了 fixed,但是在滚动的时候NavBar并没有固定在顶部
- popup滚动到顶部和底部的时候,会报错,错误提示:[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.