Skip to content

Commit ebb4c79

Browse files
authored
docs: clarify types configuration (#856)
1 parent bb95073 commit ebb4c79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,10 @@ Components({
414414
version: 2.7,
415415

416416
// Only provide types of components in library (registered globally)
417-
types: []
417+
// see https://github.com/unplugin/unplugin-vue-components/blob/main/src/core/type-imports/index.ts
418+
types: [
419+
/* ... */
420+
],
418421
})
419422
```
420423

0 commit comments

Comments
 (0)