form belum fix
This commit is contained in:
8
components/Form/Lib/master/Email.vue
Normal file
8
components/Form/Lib/master/Email.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<TextElement
|
||||
name="email"
|
||||
input-type="email"
|
||||
:rules="['nullable', 'email']"
|
||||
label="Email"
|
||||
/>
|
||||
</template>
|
||||
Reference in New Issue
Block a user