Skip to main content

All Questions

2 votes
1 answer
2k views

BeforeRouteEnter not working in production with script setup

I used the beforeRouteEnter hook in vue-router to load data from two different endpoints using axios. I used promise.all() to load the data and then passed it to the component using next(). It seems ...
ayitinya's user avatar
  • 406