17 lines
354 B
Vue
17 lines
354 B
Vue
<template>
|
|
<v-dialog
|
|
v-model="dialog"
|
|
max-width="500px"
|
|
transition="dialog-transition"
|
|
|
|
>
|
|
<v-card>
|
|
<v-card-text>
|
|
|
|
</v-card-text>
|
|
<v-card-actions>
|
|
|
|
</v-card-actions>
|
|
</v-card>
|
|
</v-dialog>
|
|
</template> |