[Vue] Solve the problem of real-time synchronization of mutual assignment of Data data in Vue (example)

The code is as follows: only take [string value] instead of [address], so that it will not change synchronously in real time.

   
            this.mAges =JSON.parse(JSON.stringify(this.ages));
     

Guess you like

Origin blog.csdn.net/dxnn520/article/details/123127430
Recommended