Skip to content

Conversation

@jay-es
Copy link
Member

@jay-es jay-es commented Feb 21, 2022

resolves #277
Cherry picked from vuejs/docs@9e536f2

* 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
@jay-es jay-es merged commit f1755de into main Feb 23, 2022
@jay-es jay-es deleted the 9e536f27 branch February 23, 2022 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Watcher: Error catching fixed

3 participants