Skip to content

Commit

Permalink
docs: fix configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Mar 6, 2024
1 parent c6a1826 commit b5d6add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -72,11 +72,11 @@ Then add it to your `vite.config.ts` (or `rollup.config.ts` or webpack config et
```ts
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { formkit } from 'unplugin-formkit'
import formkit from 'unplugin-formkit/vite'

export default defineConfig({
plugins: [
formkit(),
formkit({ /* options */ }),
vue(),
]
})
Expand Down

0 comments on commit b5d6add

Please sign in to comment.