美文网首页微信小程序
wepy: [xmldom warning] unclosed

wepy: [xmldom warning] unclosed

作者: 喵整点薯条 | 来源:发表于2018-03-27 14:35 被阅读1440次
    xml-warn.png

    这里报错是因为input必须闭合,不然会报错。

    // 报错
    <input type="text" class="weui-input" placeholder="请输入号码">
    // 闭合,就是在input的右括号前加上/
    <input type="text" class="weui-input" placeholder="请输入号码" />
    

    https://github.com/Tencent/wepy/pull/168

    相关文章

      网友评论

        本文标题:wepy: [xmldom warning] unclosed

        本文链接:https://www.haomeiwen.com/subject/vgxscftx.html