mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-11 15:47:17 +00:00
fonts
This commit is contained in:
@ -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>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user