0.0.34 • Published 1 year ago

@vue-formify/primevue v0.0.34

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

📦 Install

npm i @vue-formify/primevue

💻 Usage

<script lang="ts" setup>
import { InputText } from '@vue-formify/primevue';

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

⚠️ Known issues

  • InputOtp: Basic component not working properly, but with template everything is fine. It is a bug in the PrimeVue package.
  • Password: Bug in the PrimeVue package.
0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.34

1 year ago

0.0.30

1 year ago