Files
cobaKeuangan/components/Form/Lib/master/Email.vue
2025-05-28 07:20:01 +07:00

8 lines
147 B
Vue

<template>
<TextElement
name="email"
input-type="email"
:rules="['nullable', 'email']"
label="Email"
/>
</template>