🎨 Site > Improve URL

This commit is contained in:
brunosimon
2017-08-30 23:07:50 +02:00
parent 823f8fd2d8
commit 015cd88ca5
+4 -1
View File
@@ -7,6 +7,9 @@ export default
computed:
{
quote: () => quotes[Math.floor(quotes.length * Math.random())],
url: () => window.location.href
url()
{
return this.$store.state.url
}
}
}