7 lines
169 B
Vue
7 lines
169 B
Vue
<template>
|
|
<p class="text-xl text-muted-foreground">
|
|
A modal dialog that interrupts the user with important content and expects a
|
|
response.
|
|
</p>
|
|
</template>
|