We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed39a58 commit d36317cCopy full SHA for d36317c
src/guide/computed.md
@@ -203,7 +203,7 @@ var watchExampleVM = new Vue({
203
return
204
}
205
vm.answer = 'Thinking...'
206
- axios.get('http://yesno.wtf/api')
+ axios.get('https://yesno.wtf/api')
207
.then(function (response) {
208
vm.answer = _.capitalize(response.data.answer)
209
})
@@ -254,7 +254,7 @@ var watchExampleVM = new Vue({
254
255
256
257
258
259
260
0 commit comments