Javascript – Vue JS: How to prevent Input updating itself on livedata?
I'm passing data to Modal for editing. The problem is whenever my products data is updated (Every 5s via fetchData), input field in modal also changed. How to prevent it? Below is a simplified version of my code. <div id="app">…