Vuex結合 async/await 優雅的管理接口請求 先看看 async/await 的語法 async 函數返回一個 Promise 對象 async 函數內部 return 返回的值。會成為 then 方法回調函數的參數。 ...