mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
9 lines
148 B
Vue
9 lines
148 B
Vue
<template>
|
|
<UModal>
|
|
<UButton label="Open Modal" />
|
|
<template #content>
|
|
<div class="h-72" />
|
|
</template>
|
|
</UModal>
|
|
</template>
|