Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1aa6f48

Browse files
committedMay 27, 2021
1 parent a804485 commit 1aa6f48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/api/application-config.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
const app = Vue.createApp({})
77

88
app.config = {...}
9+
10+
app.mount(...);
911
```
1012

1113
## errorHandler

0 commit comments

Comments
 (0)
Please sign in to comment.