Заготовка страницы поиска

This commit is contained in:
Book Pauk
2019-01-02 22:01:13 +07:00
parent 3c06fd611e
commit 259d4c4302
3 changed files with 30 additions and 2 deletions

View File

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