Skip to content

Commit 98f881d

Browse files
authored
docs: fix typo
1 parent 958514a commit 98f881d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ If you made other UI libraries configured, please feel free to contribute so it
231231
```diff
232232
- import Components, { ElementPlusResolver } from 'vite-plugin-components'
233233
+ import Components from 'unplugin-vue-components/vite'
234-
+ import ElementPlusResolver from 'unplugin-vie-components/resolvers'
234+
+ import { ElementPlusResolver } from 'unplugin-vie-components/resolvers'
235235

236236
export default {
237237
plugins: [

0 commit comments

Comments
 (0)