Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 1317772

Browse files
committed
Add htmlMinifier options
1 parent bf416a0 commit 1317772

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ vue({
109109
})
110110
```
111111

112+
#### `htmlMinifier`
113+
114+
Use any option from [https://github.com/kangax/html-minifier](https://github.com/kangax/html-minifier)
115+
116+
```js
117+
vue({
118+
htmlMinifier: {}
119+
})
120+
```
121+
112122
## Change log
113123

114124
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)