Fix endless timstamps
This commit is contained in:
parent
ee81b38c46
commit
1ec6d07a23
@ -9,7 +9,8 @@ export default {
|
||||
let currentUrl = ref(instanceUrl)
|
||||
|
||||
return {
|
||||
path: route.fullPath,
|
||||
// remove any query from the path
|
||||
path: route.fullPath.split("?")[0],
|
||||
usingTwitchUrl: ref(false),
|
||||
usingTime: ref(false),
|
||||
query: ref(""),
|
||||
|
Loading…
x
Reference in New Issue
Block a user