From 04f463ba124f38030f9701c236b70340290d0faa Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Fri, 15 Jun 2018 09:03:49 +0300 Subject: [PATCH] Closes #98 --- content/.vuepress/components/Step1.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/.vuepress/components/Step1.vue b/content/.vuepress/components/Step1.vue index 9514436..0f6832e 100644 --- a/content/.vuepress/components/Step1.vue +++ b/content/.vuepress/components/Step1.vue @@ -87,6 +87,14 @@ export default { exampleCode: '' } }, + created () { + + if(typeof this.$route.query.url != 'undefined') { + this.address = this.$route.query.url; + this.fetchMetadata(); + } + + }, mounted () { hljs.configure({