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
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
I want to remove whitespace between tags of generated HTML from vue template. However, I did not find any way to do that after read doc and code.
It seems that vueify removed htmlMinifier from lib/compiler.js.
And I found there is an option preserveWhitespace of vue-tempalte-compiler, but in lib/template-compiler.js, vueCompiler does not take any options.....
I want to remove whitespace between tags of generated HTML from vue template. However, I did not find any way to do that after read doc and code.
It seems that
vueify
removedhtmlMinifier
fromlib/compiler.js
.And I found there is an option
preserveWhitespace
of vue-tempalte-compiler, but inlib/template-compiler.js
,vueCompiler
does not take any options.....Is that a bug or I missed something? Thanks for any help.
The text was updated successfully, but these errors were encountered: