246 B
246 B
<script setup>
import ModalExample from './examples/ModalExample.vue'
</script>
Vue Modal Component - Flowbite
<script setup>
import { Modal } from 'flowbite-vue'
</script>
<template>
<Modal></Modal>
</template>