We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a313b commit c0173a6Copy full SHA for c0173a6
src/guide/components/registration.md
@@ -8,7 +8,7 @@ A Vue component needs to be "registered" so that Vue knows where to locate its i
8
9
## Global Registration {#global-registration}
10
11
-We can make components available globally in the current [Vue application](/guide/essentials/application) using the `app.component()` method:
+We can make components available globally in the current [Vue application](/guide/essentials/application) using the `.component()` method:
12
13
```js
14
import { createApp } from 'vue'
0 commit comments