All Questions
1 question
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 ...