input 组件 bind:input 不生效只能 bindinput发布于 7 年前作者 yangxia15454 次浏览最后编辑 7 年前来自 ask 当前 Bug 的表现(可附上截图) `<input bind:input=“xxx”>` 这样绑定 输入事件不会生效 要用 bindinput 没有冒号才行,与文档不符(文档可以使用 冒号)