Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Open
Description
When we want to navigate backwards, removing pages from the stack, it is not possible to do it if it is not done with the Frame.
An example of doing it manually is the following:
constframe=Frame.topmost()constbackStack=frame.backStackconstentry=backStack[0]// your destination hereframe.goBack(entry);
The problem with doing it manually and not through ns-vue is that custom routers lose navigation history