router-view has nothing, please give me some advice.
高洛峰2017-05-19 10:40:55
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
}]