Base nuxt layout
This commit is contained in:
7
components/footer.vue
Normal file
7
components/footer.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<footer class="p-4">
|
||||
<span>
|
||||
Données issues de <a href="https://data.assemblee-nationale.fr/">data.assemblee-nationale.fr</a>
|
||||
</span>
|
||||
</footer>
|
||||
</template>
|
||||
9
components/navbar.vue
Normal file
9
components/navbar.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<nav>
|
||||
Testos
|
||||
</nav>
|
||||
</template>
|
||||
Reference in New Issue
Block a user