I\'m making a shopping cart system with Laravel and Vue. When I add an item to the basket, I display a confirmation message by toggling a Vue variable being watched by a v-if:>
Add bind(this) to your setTimeout callback function
setTimeout(function () { this.basketAddSuccess = false }.bind(this), 2000)