This commit is contained in:
2025-03-04 11:39:37 +08:00
parent 90c0c9002a
commit ebff70fea3
13 changed files with 47 additions and 60 deletions

View File

@ -21,7 +21,6 @@
</el-col>
</el-row>
</el-main>
<AppFooter />
</div>
</template>
@ -29,6 +28,4 @@
</style>
<script setup>
import NavBar from '@/components/NavBar.vue'
import AppFooter from '@/components/AppFooter.vue'
</script>

View File

@ -8,13 +8,10 @@
<p>Building...</p>
</div>
</el-main>
<AppFooter />
</div>
</template>
<script setup>
import NavBar from "@/components/NavBar.vue";
import AppFooter from "@/components/AppFooter.vue";
</script>
<style scoped></style>