Skip to content

Commit 0067d2a

Browse files
authored
remove app const name from method
1 parent c0173a6 commit 0067d2a

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
@@ -33,7 +33,7 @@ import MyComponent from './App.vue'
3333
app.component('MyComponent', MyComponent)
3434
```
3535

36-
The `app.component()` method can be chained:
36+
The `.component()` method can be chained:
3737

3838
```js
3939
app

0 commit comments

Comments
 (0)