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

@ -18,7 +18,7 @@ import Apps from './views/apps.vue';
import AppNew from './views/new-app.vue';
import App from './views/app.vue';
import ui from './views/ui.vue';
import NotFound from '../common/views/pages/404.vue';
import NotFound from '../common/views/pages/not-found.vue';
Vue.use(BootstrapVue);