1.使用vux的swiper组件,高度需要计算赋值;
2.<swiper v-model="index" :height="height" :aspect-ratio="1.3" :show-dots="false" @on-index-change="demo05_onIndexChange">;
this.height = JSON.stringify(document.body.clientHeight - 84) + 'px';
Invalid prop: type check failed for prop "height". Expected String, got Number.
4.