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
Adds usage documentation for Vue CLI 3 (QingWei-Li#50)
Hey, great work here!
It took me a while to figure out how to use this with Vue CLI 3 and only discovered the solution in QingWei-Li#47 pretty late. So I thought to just add some documentation :)
Since `v2.0.0`, this loader will automatically extract script and style tags from html token content (#26). If you do not need, you can set this option
90
111
@@ -98,7 +119,7 @@ Since `v2.0.0`, this loader will automatically extract script and style tags fro
98
119
}
99
120
```
100
121
101
-
### wrapper
122
+
### `wrapper`
102
123
103
124
You can customize wrapper tag no matter html element tag or vue component tag. Default is 'section'
104
125
@@ -112,7 +133,7 @@ You can customize wrapper tag no matter html element tag or vue component tag. D
0 commit comments