🎨 Site > Improve URL
This commit is contained in:
@@ -7,6 +7,9 @@ export default
|
|||||||
computed:
|
computed:
|
||||||
{
|
{
|
||||||
quote: () => quotes[Math.floor(quotes.length * Math.random())],
|
quote: () => quotes[Math.floor(quotes.length * Math.random())],
|
||||||
url: () => window.location.href
|
url()
|
||||||
|
{
|
||||||
|
return this.$store.state.url
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user