ReBuild
This commit is contained in:
parent
77a1ecf875
commit
94256a805a
|
@ -1,10 +0,0 @@
|
||||||
<template >
|
|
||||||
<div style="display: flex;flex-direction: column;">
|
|
||||||
<Header></Header>
|
|
||||||
<MainSection></MainSection>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script setup>
|
|
||||||
import Header from "@/Manager/Header.vue";
|
|
||||||
import MainSection from "@/Manager/MainSection.vue";
|
|
||||||
</script>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<template >
|
|
||||||
<div style="display: flex;flex-direction: column;">
|
|
||||||
<Header></Header>
|
|
||||||
<MainSection></MainSection>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script setup>
|
|
||||||
import Header from "@/Manager/Header.vue";
|
|
||||||
import MainSection from "@/Manager/MainSection.vue";
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue
Block a user