Добавил заготовки для разделов
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<i class="el-icon-message"></i>
|
||||
<span slot="title">Форум-чат</span>
|
||||
</el-menu-item>
|
||||
<el-menu-item index="newbooks">
|
||||
<el-menu-item index="income">
|
||||
<i class="el-icon-upload"></i>
|
||||
<span slot="title">Поступления</span>
|
||||
</el-menu-item>
|
||||
@@ -36,7 +36,7 @@
|
||||
</el-aside>
|
||||
|
||||
<el-main>
|
||||
<pre></pre>
|
||||
<router-view></router-view>
|
||||
</el-main>
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
20
client/components/CardIndex/CardIndex.vue
Normal file
20
client/components/CardIndex/CardIndex.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<el-container>
|
||||
Раздел CardIndex в разработке
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//-----------------------------------------------------------------------------
|
||||
import Vue from 'vue';
|
||||
import Component from 'vue-class-component';
|
||||
|
||||
export default @Component({
|
||||
})
|
||||
class CardIndex extends Vue {
|
||||
created() {
|
||||
}
|
||||
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
</script>
|
||||
20
client/components/Help/Help.vue
Normal file
20
client/components/Help/Help.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<el-container>
|
||||
Раздел Help в разработке
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//-----------------------------------------------------------------------------
|
||||
import Vue from 'vue';
|
||||
import Component from 'vue-class-component';
|
||||
|
||||
export default @Component({
|
||||
})
|
||||
class Help extends Vue {
|
||||
created() {
|
||||
}
|
||||
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
</script>
|
||||
20
client/components/Income/Income.vue
Normal file
20
client/components/Income/Income.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<el-container>
|
||||
Раздел Income в разработке
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//-----------------------------------------------------------------------------
|
||||
import Vue from 'vue';
|
||||
import Component from 'vue-class-component';
|
||||
|
||||
export default @Component({
|
||||
})
|
||||
class Income extends Vue {
|
||||
created() {
|
||||
}
|
||||
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
</script>
|
||||
20
client/components/Reader/Reader.vue
Normal file
20
client/components/Reader/Reader.vue
Normal 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>
|
||||
20
client/components/Settings/Settings.vue
Normal file
20
client/components/Settings/Settings.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<el-container>
|
||||
Раздел Settings в разработке
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//-----------------------------------------------------------------------------
|
||||
import Vue from 'vue';
|
||||
import Component from 'vue-class-component';
|
||||
|
||||
export default @Component({
|
||||
})
|
||||
class Settings extends Vue {
|
||||
created() {
|
||||
}
|
||||
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
</script>
|
||||
20
client/components/Sources/Sources.vue
Normal file
20
client/components/Sources/Sources.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<el-container>
|
||||
Раздел Sources в разработке
|
||||
</el-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
//-----------------------------------------------------------------------------
|
||||
import Vue from 'vue';
|
||||
import Component from 'vue-class-component';
|
||||
|
||||
export default @Component({
|
||||
})
|
||||
class Sources extends Vue {
|
||||
created() {
|
||||
}
|
||||
|
||||
}
|
||||
//-----------------------------------------------------------------------------
|
||||
</script>
|
||||
Reference in New Issue
Block a user