https://jsfiddle.net/u01vm19q/2/
<div :itemscope="''"> Lorem</div> or <div itemscope> Lorem</div> or <div :itemscope="true"> Lorem</div> <div itemscope> Lorem</div>
<div itemscope="itemscope"> Lorem</div>
And with other custom tags behavior is another. for example
<div :trololo="''"> Lorem</div> will go to <div trololo> Lorem</div>
"itemscope" is an important boolean microdata tag, how to fix that?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6822">#c6822</a>)</em></sub></div>