mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable loading video when hash already exists
This commit is contained in:
parent
e346b865ea
commit
2acfc3e8fb
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ export default {
|
|||
mounted () {
|
||||
window.onhashchange = this.loadVideoFromHash
|
||||
|
||||
if (location.hash.length !== 0) this.loadVideoFromHash()
|
||||
},
|
||||
methods: {
|
||||
loadVideoFromHash () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue