0👍
If you are using frame
try this
this.$navigateTo(PageXY, {
frame: 'frame',
});
to go back try this:
this.$navigateBack({frame: "frame"});
- [Vuejs]-How to full state before going throw script in component vue
- [Vuejs]-Pass array data to component and make
Source:stackexchange.com