fix
This commit is contained in:
parent
f1dabdfe4c
commit
deedf1e3a4
@ -46,7 +46,7 @@ const router = useRouter();
|
||||
const route = useRoute();
|
||||
onMounted(() => {
|
||||
handleWidth();
|
||||
activeTitle.value = router.currentRoute.value.name;
|
||||
activeTitle.value = '/v2/' + router.currentRoute.value.name;
|
||||
});
|
||||
// const emit = defineEmits(['changeTitle']);
|
||||
const props = defineProps({
|
||||
|
Loading…
x
Reference in New Issue
Block a user