From 66127d15f4cf7e0c5f2d4b183f484a2c6fffd183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 20 Jun 2018 17:10:55 -0500 Subject: [PATCH] Minor fixes --- content/.vuepress/components/Step1.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/.vuepress/components/Step1.vue b/content/.vuepress/components/Step1.vue index aaf9811..8786493 100644 --- a/content/.vuepress/components/Step1.vue +++ b/content/.vuepress/components/Step1.vue @@ -107,9 +107,9 @@ curl "http://localhost:5279" --data "{ "method": "resolve", "params": { "uri": "${this.address}" } }" `; - this.$http.post("https://lbry.tech/forward", { + component.$http.post("https://lbry.tech/forward", { method: "resolve", - uri: this.address + uri: component.address }).then(response => { component.isLoading = false; component.jsonData = JSON.stringify(response.body, null, " ");