#Routing. Same page component is not being reused!
10 messages · Page 1 of 1 (latest)
Did you try setting key in Composition API? Does it really work in your case?
Yes
Also, I am using manual routing. I define all my routes in the app/router.options.js file
What I also figured out is that the definePageMeta itself is being fully ignored. For example, when I set a layout, it does not apply it. Did you try to use it with manual routing?
Any idea?