This commit is contained in:
Kristian Polso 2018-06-15 09:03:49 +03:00
parent 261a6761a5
commit 04f463ba12

View file

@ -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({