execute a getAll method in an interval timer. This getAll method will read an interface using axios loop. Once the interface data changes, the new data will be written into vue.count. What I want to achieve now is that once the vue.count changes, the alert pop-up box and the audio tag play the sound, but I find that this has no effect. What is the reason? Why are old and new always the same?