error page vue

JavaScript
//define a new route for the error page

{path: '*', component: [errorPageComponent]},
Source

Also in JavaScript: