Skip to content

Commit 65f5d62

Browse files
authored
Fix wording about component use in script setup (#1682)
1 parent 1ff3f8e commit 65f5d62

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)