Commit f1755de
* Watcher: Error catching fixed
There was a typo/mistake in the example try-catch block. It should either be `error` in the catch clause or `e` in the statement.
```
try {
.....
} catch (error) {
answer.value = 'Error! Could not reach the API. ' + error
}
```
* Vue SFC Playground link updated
The playground links are updated to match the code changes.
* Playground: API URL in options API fixed
Fixed the API URL typo in the options API playground
Changes were made from https://yesno.wtf/apdi to https://yesno.wtf/api
Co-authored-by: Moshiur Rahman <unimrgm@gmail.com>
1 parent d61dbf6 commit f1755de
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments