Code goes here new Vue({ el: '#progressbar', data: { progress: 0, completed: false, tempo: 50, }, created: function() { this.timer(this.tempo) }, methods: ...
確定! 回上一頁