0.0.34 • Published 2 years ago

@vue-formify/element-plus v0.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.32

2 years ago

0.0.34

2 years ago

0.0.30

2 years ago