Доработки маршрутизации

This commit is contained in:
Book Pauk
2019-01-02 18:21:52 +07:00
parent 3cff2c5cd6
commit 589e3480dd
3 changed files with 39 additions and 13 deletions

View File

@@ -0,0 +1,20 @@
<template>
<el-container>
Страница не найдена
</el-container>
</template>
<script>
//-----------------------------------------------------------------------------
import Vue from 'vue';
import Component from 'vue-class-component';
export default @Component({
})
class NotFound404 extends Vue {
created() {
}
}
//-----------------------------------------------------------------------------
</script>