Vue data interaction problem

A variable in data is used to store the background data requested through the network. For circularly renders the data in the page. Every time the data is added, deleted, changed and queried in the page, does the front end still need to pass the new data to the backend? Or does vue tell the background that the data has changed?

Jul.09,2021

calls the backend API for all deletions and changes, so that the data before and after the implementation can be maintained on Synchronize, so that the front end will not tell the backend that


vue has deleted the data.

Menu