state: { date: null, interval: null, }, mutations: { start(state) { if (!state.interval) { state.interval = setInterval(() => this.commit('update'), ...
確定! 回上一頁