import { setInterval, clearInterval } from 'timers' ... data () { return { timer: 0 } }, //模塊初始化時打開定時器created () { this.timer ...
確定! 回上一頁