-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
When setting a base in the router configuration, on the server-side rendering, router.history.base
is an empty string.
It think it's in the abstract constructor that does have the base in argument: https://github.com/vuejs/vue-router/blob/dev/src/history/abstract.js#L10
simplesmiler