weexteam/vue-loader-for-apache-weex

Tag close bug

songsiqi opened this issue · 1 comments

I must use / to close <input> tag:

<input type="text" class="input" placeholder="please input" />

Otherwise the vdom could not be generated.

<input type="text" class="input" placeholder="please input">

But browsers allow us to omit /.

I have already send a PR to fix this. vuejs/vue#5052