Open
Description
Version
Reproduction link
https://codesandbox.io/s/codesandbox-nuxt-hm0ch
Steps to reproduce
When creating a new link with crossorigin
value, and setting its value to true
, attribute renders with value.
View page source and search for crossorigin
What is expected ?
Boolean attributes should not have value
<link crossorigin>
What is actually happening?
Boolean attributes renders with value
<link crossorigin="true">