[Vuejs]-Nested Vue Subroutes don't load automatically

0👍

Adding a redirect to the main route solved it:

redirect: {
  name: "PatientDashboard"
},

Leave a comment