Добавлены заготовки компонентов для табов картотеки

This commit is contained in:
Book Pauk
2019-01-03 18:10:43 +07:00
parent 4f55982d7f
commit d44d6a5548
5 changed files with 102 additions and 8 deletions

View File

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