微信小程序 文件编译错误 end tag missing, near `input`

报错原因

输入的input标签不完整,结尾没有/

正确写法

<input type="text"/>

错误写法

<input type="text">