added
This commit is contained in:
parent
122f123ba6
commit
a62258819f
3 changed files with 22 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<script setup>
|
||||
import NavBar from '@/components/Navbar/NavBar.vue'
|
||||
import Footer from '@/components/Footer/Footer.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -29,6 +30,7 @@ import NavBar from '@/components/Navbar/NavBar.vue'
|
|||
</n-dialog-provider>
|
||||
</n-message-provider>
|
||||
</n-config-provider>
|
||||
<Footer />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue