0.0.34 • Published 1 year ago

@vue-formify/element-plus v0.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

📦 Install

npm i @vue-formify/element-plus

💻 Usage

<script lang="ts" setup>
import { ElInput } from '@vue-formify/element-plus';

const send = (data: any) => {
	console.log(data);
};
</script>
<template>
<FormifyForm @submit="send">
	<ElInput name="email" />
	<button>Send</button>
</FormifyForm>
</template>
0.0.31

1 year ago

0.0.32

1 year ago

0.0.34

1 year ago

0.0.30

1 year ago