Solve the problem of data synchronization when vue-seamless-scroll scrolls and likes

Solve the problem of data synchronization when vue-seamless-scroll scrolls and likes

VUE uses vue-seamless-scroll to automatically scroll and like. Because there are two overhidden, the clicks are not synchronized with the DOM. There will be two vue-seamless-scrolls suspended up and down in the code. The like trigger at the suspended part has no response. The reason is: the suspended vue-seamless-scroll below is static and the DOM is not synchronized.

Solution: Add this.$refs.seamlessScroll.reset() to indicate reset

This is the end of this article about solving the data asynchrony problem at the connection point of vue-seamless-scroll and likes. For more relevant vue-seamless-scroll content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Vue implements the function of like and cancel like on static pages
  • Example of Vue transition to achieve like animation effect
  • Vue+Bootstrap collection (like) function logic and specific implementation
  • Vue sample code for implementing the likes and floating heart effect in the live broadcast room
  • Summary of communication examples between Vue components (like function)
  • VUE uses vuex to simulate the news like function example
  • Vue development to realize comment list
  • Vue implements comment list
  • Vue implements simple comment function
  • Vue implements article likes and dislike functions

<<:  Monitor the size change of a DOM element through iframe

>>:  How many ports can a Linux server open at most?

Recommend

Example of how to optimize MySQL insert performance

MySQL Performance Optimization MySQL performance ...

The difference between div and span in HTML (commonalities and differences)

Common points: The DIV tag and SPAN tag treat som...

Reasons why MySQL 8.0 statistics are inaccurate

Preface Whether it is Oracle or MySQL, the new fe...

An article teaches you to write clean JavaScript code

Table of contents 1. Variables Use meaningful nam...

js to achieve simple accordion effect

This article shares the specific code of js to ac...

Implementation of running SQL Server using Docker

Now .net core is cross-platform, and everyone is ...

Let you understand the deep copy of js

Table of contents js deep copy Data storage metho...

Tomcat parses XML and creates objects through reflection

The following example code introduces the princip...

Detailed process of installing nginx1.9.1 on centos8

1.17.9 More delicious, really Nginx download addr...

Detailed explanation of anonymous slots and named slots in Vue

Table of contents 1. Anonymous slots 2. Named slo...

How to view the docker run startup parameter command (recommended)

Use runlike to view the docker run startup parame...

Issues with Rancher deployment and importing K8S clusters

Rancher deployment can have three architectures: ...

Some details about semicolons in JavaScript

Preface Semicolons in JavaScript are optional, an...