You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/essentials/application.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,7 @@ We will discuss how to define and compose multiple components together in later
43
43
44
44
## Mounting the App
45
45
46
-
An application instance won't render anything until its `.mount()` method is called.
47
-
It expects a "container" argument, which can either be an actual DOM element or a selector string:
46
+
An application instance won't render anything until its `.mount()` method is called. It expects a "container" argument, which can either be an actual DOM element or a selector string:
0 commit comments