Rename: 404 --> not-found

This commit is contained in:
syuilo
2018-12-27 20:22:54 +09:00
parent 0f204eebe1
commit cb8663873d
8 changed files with 8 additions and 8 deletions

View File

@ -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';