0👍
Try changing the route path from ./home
to /home
routes : [
{
path:"/home",
component: home
},
{
path:"/about",
component: about
},
]
Source:stackexchange.com
0👍
Try changing the route path from ./home
to /home
routes : [
{
path:"/home",
component: home
},
{
path:"/about",
component: about
},
]