Files
FE_CPONE/test/vuex/one-fo-registration-dev/components/oneFoRegistrationHistory.vue
2026-04-27 10:13:31 +07:00

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>