init git
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export default () => {
|
||||
const { t } = useI18n()
|
||||
return reactive({
|
||||
field: {
|
||||
props: {
|
||||
placeholder: "",
|
||||
type: "phone",
|
||||
id: "phone",
|
||||
inputmode: "numeric",
|
||||
},
|
||||
rules: ['required', 'phone']
|
||||
},
|
||||
btn: {
|
||||
props: {
|
||||
label: t("receiveCode"),
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user