[DOC] readme: improve main example

This commit is contained in:
Géry Debongnie
2019-08-28 12:10:46 +02:00
parent 3628b49c37
commit 6ff4dd74bf
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ const actions = {
try {
const loginInfo = await doSomeRPC("/login/", info);
state.loginState = loginInfo;
} catch {
} catch (e) {
state.loginState = "error";
}
}