Skip to content

Commit ed15d29

Browse files
authored
Update registration.md (#1693)
1 parent 67db2a5 commit ed15d29

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
@@ -77,7 +77,7 @@ import ComponentA from './ComponentA.vue'
7777
</template>
7878
```
7979

80-
If not using SFC, you will need to use the `components` option:
80+
In non-`<script setup>`, you will need to use the `components` option:
8181

8282
```js
8383
import ComponentA from './ComponentA.js'

0 commit comments

Comments
 (0)