253 B
253 B
<script setup>
import FooterExample from './examples/FooterExample.vue'
</script>
Vue Footer Component - Flowbite
<script setup>
import { Footer } from 'flowbite-vue'
</script>
<template>
<Footer></Footer>
</template>