Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

fix: redirectedFrom not exists in useRoute()Β #777

Open
@buglavecz

Description

@buglavecz

πŸ› The bug
The redirectedFrom prop doesn't exists in useRoute().

πŸ› οΈ To reproduce
Steps to reproduce the behavior:

  1. Go to a nuxt page and click to an another nuxt page with compontent.
const route = useRoute();
const redirectedFrom = computed(() => route.value.redirectedFrom);
console.log(redirectedFrom.value); // undefined

Thanks.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions