Skip to content

Commit a825cc4

Browse files
Update src/api/application.md
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 6fae517 commit a825cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Registers a global component if passing both a name string and a component defin
123123
const app = createApp({})
124124
125125
// register an options object
126-
app.component('myComponent', {
126+
app.component('MyComponent', {
127127
/* ... */
128128
})
129129

0 commit comments

Comments
 (0)