Добавил заготовки для разделов

This commit is contained in:
Book Pauk
2019-01-02 17:03:17 +07:00
parent 3af5a38072
commit 3cff2c5cd6
8 changed files with 136 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
<template>
<el-container>
Раздел Reader в разработке
</el-container>
</template>
<script>
//-----------------------------------------------------------------------------
import Vue from 'vue';
import Component from 'vue-class-component';
export default @Component({
})
class Reader extends Vue {
created() {
}
}
//-----------------------------------------------------------------------------
</script>