Skip to content

Commit bba90ae

Browse files
committed
Fix wording about component use in script setup
1 parent b1adf6d commit bba90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Local registration scopes the availability of the registered components to the c
6565

6666
<div class="composition-api">
6767

68-
When using SFC with `<script setup>`, imported components are automatically registered locally:
68+
When using SFC with `<script setup>`, imported components can be locally used without registration:
6969

7070
```vue
7171
<script setup>

0 commit comments

Comments
 (0)