router-view has nothing, please give me some advice.
人生最曼妙的风景,竟是内心的淡定与从容!
Yours is already a level 2 route. However, there is no corresponding component for the level 1 route '/'. Where do you put the content of the level 2 route 'homework'?
routes: [{ path: '/homework', name: 'homework', component: Homework }]
Yours is already a level 2 route. However, there is no corresponding component for the level 1 route '/'. Where do you put the content of the level 2 route 'homework'?