提交 48c43d52 编写于 作者: O Omar Cai 提交者: Emily Morehouse

Update README.md. - Change `.then` to `.finally` in example code (#2090)

上级 b7a97445
......@@ -66,7 +66,7 @@ axios.get('/user?ID=12345')
// handle error
console.log(error);
})
.then(function () {
.finally(function () {
// always executed
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册