Example 1: settimeout in vuejs setTimeout(function () { this.fetchHole() }.bind(this), 1000) Example 2: vue timeout setTimeout(() => this.fn(), 60000)
確定! 回上一頁