small updates
This commit is contained in:
@@ -27,7 +27,6 @@ export default {
|
||||
const currentRoute = router.currentRoute
|
||||
if (currentRoute.value.params.type) type.value = currentRoute.value.params.type
|
||||
if (currentRoute.value.params.window) window.value = { label: currentRoute.value.params.window }
|
||||
console.log(type.value, window.value)
|
||||
const updateRoute = () => {
|
||||
if (type.value) {
|
||||
const route = {
|
||||
|
||||
Reference in New Issue
Block a user