vue移动端滑动兼容
Posted tongbiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue移动端滑动兼容相关的知识,希望对你有一定的参考价值。
vue移动端transition兼容
.face-recognition
.wrapper(:style="height: viewHeight+‘px‘")
.face-recognition height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #ffffff; .wrapper position: relative; overflow: auto; -webkit-overflow-scrolling: touch;
this.viewHeight = document.querySelector(‘#app‘).getBoundingClientRect().height;
以上是关于vue移动端滑动兼容的主要内容,如果未能解决你的问题,请参考以下文章