make a delay vue watcher code example Example: vuejs delay watch this.data = data this.$watch('data', () => { alert('watch'); })