We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minirefresh-vue-examples/src/components/minirefresh/minirefresh.vue 请问 minirefresh.vue 这个文件是不是需要我手动c+v到自己工程里面去的?
The text was updated successfully, but these errors were encountered:
嗯,这里面只是对minirefresh进行一个vue版本的初步二次封装而已。 你移动到自己项目后也可以继续拓展
Sorry, something went wrong.
请问下这个能不能flex 布局, 就是demo里nested swipe .swiper-container { position: absolute; top: 90px; left: 0; width: 100%; height: 100%; } 要是不知道swiper-container 距顶部高度的具体数值的时候要怎么写?
你可以试试,swiper-container只是外层的一个示例而已。 真实的下拉刷新区域是从minirefresh-wrap开始算得。正常来说外部的其它布局内部并不依赖。
minirefresh-wrap
minirefresh-wrap 这个是absolute 的, 改了之后 开始刷新就会一直刷新-..- 应该没办法
No branches or pull requests
minirefresh-vue-examples/src/components/minirefresh/minirefresh.vue
请问 minirefresh.vue 这个文件是不是需要我手动c+v到自己工程里面去的?
The text was updated successfully, but these errors were encountered: