Skip to content

Commit

Permalink
Update src/api/application.md
Browse files Browse the repository at this point in the history
Co-authored-by: Natalia Tepluhina <[email protected]>
  • Loading branch information
zhangenming and NataliaTepluhina authored Jan 2, 2025
1 parent 6fae517 commit a825cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Registers a global component if passing both a name string and a component defin
const app = createApp({})
// register an options object
app.component('myComponent', {
app.component('MyComponent', {
/* ... */
})
Expand Down

0 comments on commit a825cc4

Please sign in to comment.