vue-to-react
vue-to-react copied to clipboard
Input elements only parsed with a closing element
will not parse <input >
but will parse <input />
although in html the input element should not have a closing tag (as opposed to xhtml)