Rename: 404 --> not-found
This commit is contained in:
parent
0f204eebe1
commit
cb8663873d
8 changed files with 8 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ import './style.styl';
|
|||
|
||||
import init from '../init';
|
||||
import Index from './views/index.vue';
|
||||
import NotFound from '../common/views/pages/404.vue';
|
||||
import NotFound from '../common/views/pages/not-found.vue';
|
||||
|
||||
init(launch => {
|
||||
document.title = 'Admin';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue