[Vuejs]-VUE: How to configure dynamical router URLs

0👍

I think is solved.
I set the variable base: './' to the vite.config.ts and then, changed the path to the routes like that:

First one:
path: "/:booking"

Second one:
path: "/:booking/:id"

Leave a comment