1. scroll-view When using vertical scrolling, you need to give a fixed height and set the height through CSS; when using horizontal scrolling, you need to add Two-way data binding <template> <view> <scroll-view class="scroll" scroll-y="true" @scroll="scroll"> <view v-for="i in 100">{{i}}</view> </scroll-view> </view> </template> <script> export default { data() { return { flag:true } }, methods: { scroll(e){ console.log(e.detail); } } } </script> <style> .scroll{ height:400rpx; } </style> SummarizeThis article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
<<: Detailed explanation of the buffer pool in MySQL
>>: XHTML Getting Started Tutorial: Simple Web Page Creation
bmi Voyager Pitchfork Ulster Grocer Chow True/Sla...
Add the jvm.options file to the elasticsearch con...
When using docker images, images with both REPOSI...
Reproduce on Kali First set suid permissions for ...
This article shares the specific code for impleme...
Table of contents Docker Installation Nvidia-dock...
Table of contents 1. Concept Memory management mo...
The simplest application of store in Vue is globa...
During this period of time, while working on a pr...
Generally speaking, when we view the contents of ...
This article introduces Nginx from compilation an...
MySQL storage engine overview What is a storage e...
Table of contents Introduction Install Display Fi...
<br />When inserting music into a web page, ...
Table of contents 1 Introduction to the new opera...