Closes #98
This commit is contained in:
parent
261a6761a5
commit
04f463ba12
1 changed files with 8 additions and 0 deletions
|
@ -87,6 +87,14 @@ export default {
|
||||||
exampleCode: ''
|
exampleCode: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created () {
|
||||||
|
|
||||||
|
if(typeof this.$route.query.url != 'undefined') {
|
||||||
|
this.address = this.$route.query.url;
|
||||||
|
this.fetchMetadata();
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|
||||||
hljs.configure({
|
hljs.configure({
|
||||||
|
|
Loading…
Add table
Reference in a new issue