Relative Content

Tag Archive for typescriptvue.jsapiaxios

Delay when changing a parameter after pressing a button in Vue

I have a problem when changing the value of a parameter in localStorage. Well, when the button is pressed, the parameter changes value. Then the value is retrieved by two components. This is where the problem arises. One component changes the value immediately, the other only after pressing another button.