The val of watch in vue is the same as oldVal. How to deal with it?

 watch: {
    multiMenuIndex: function(val,oldVal) {
      console.log(val,oldVal)
    }    
  }

if multiMenuIndex passes in 1 each time, watch
will not be triggered. Is there any good solution?

Change

to an object, add an attribute, and give a random value. For example:
multiMenuIndex = {value: 1, random: Math.random ()};

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3840b-2c109.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3840b-2c109.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?