@vue-formify/resolvers
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

unplugin-vue-components resolvers

📦 Install

npm i @vue-formify/resolvers

💻 Usage

Open vite.config.ts and use the resolver you need.

import Components from 'unplugin-vue-components/vite';
import { IonicResolver } from '@vue-formify/resolver'

export default defineConfig({
	plugins: [
		Components({
			resolvers: [
				IonicResolver(),
			],
			...
		}),
	]
})

Package Sidebar

Install

npm i @vue-formify/resolvers

Weekly Downloads

0

Version

0.0.33

License

MIT

Unpacked Size

12.3 kB

Total Files

7

Last publish

Collaborators

  • mateenagy