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

@ -13,7 +13,7 @@ import Vue from 'vue'
import i18n from '../../../i18n';
export default Vue.extend({
i18n: i18n('common/views/pages/404.vue'),
i18n: i18n('common/views/pages/not-found.vue'),
data() {
return {
src: ''