We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序中有个组件 keyboard-accessory 必须要在 input/textarea 标签闭合的情况下使用。参考官方文档
keyboard-accessory
input/textarea
但是在 mina 中写 <input></input> ,在 npm run start 的时候是一切正常,但是在 npm run build 就会报错
<input></input>
npm run start
npm run build
和这个 #70 情况基本一致
The text was updated successfully, but these errors were encountered:
No branches or pull requests
微信小程序中有个组件
keyboard-accessory
必须要在input/textarea
标签闭合的情况下使用。参考官方文档但是在 mina 中写
<input></input>
,在npm run start
的时候是一切正常,但是在npm run build
就会报错和这个 #70 情况基本一致
The text was updated successfully, but these errors were encountered: