corp homepage
This commit is contained in:
16
src/corp/CorpLayout.vue
Normal file
16
src/corp/CorpLayout.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<menu-bar/>
|
||||
<corp-view/>
|
||||
<Footer/>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Footer from "@/components/Footer.vue";
|
||||
import {useStore} from "@/store/store.js";
|
||||
import CorpView from "@/corp/CorpView.vue";
|
||||
import MenuBar from "@/corp/MenuBar.vue";
|
||||
|
||||
const s = useStore()
|
||||
</script>
|
||||
Reference in New Issue
Block a user