Skip to content

Commit

Permalink
Merge pull request #6 from ruibaby/ruibaby-patch-1
Browse files Browse the repository at this point in the history
docs: fix configuration example
  • Loading branch information
justin-schroeder committed Mar 27, 2024
2 parents c6a1826 + b5d6add commit f8b8fd5
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 f8b8fd5

Please sign in to comment.