221 B
221 B
<script setup>
import ModalExample from './examples/ModalExample.vue'
</script>
Modal
<script setup>
import { Modal } from 'flowbite-vue'
</script>
<template>
<Modal></Modal>
</template>