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: docs/build.md
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ If you want to directly test a component without manually create a Vue instance
38
38
$ vue build Component.vue
39
39
```
40
40
41
-
<details><summary>How does this work?</summary>
41
+
<details><summary>How does this work?</summary><br>
42
42
When the input file ends with `.vue` extension, we use a [default app entry](/lib/default-entry.es6) to load the given component, otherwise we treat it as a normal webpack entry. For jsx component which ends with `.js` extension, you can enable this behavior manually by adding `--mount`.
43
43
</details>
44
44
@@ -150,6 +150,20 @@ Type: `Object`
150
150
151
151
Check out the [default template](/lib/template.html) file we use.
0 commit comments