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
1.8.8
http://192.168.13.119:8080/#/
可以正常click跳转到搜索页面
无法click跳转到搜索页面
修复结果: <input v-if="!disabled" :always-embed="true" confirm-type="search" @blur="blur" :value="value" @confirm="search" @input="inputChange" :disabled="disabled" @Focus="getFocus" :focus="focus" :maxlength="maxlength" placeholder-class="u-placeholder-class" :placeholder="placeholder" :placeholder-style="color: ${placeholderColor}" class="u-input" type="text" :style="[{ textAlign: inputAlign, color: color, backgroundColor: bgColor, }, inputStyle]" /> {{value?value:placeholder}}
color: ${placeholderColor}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本
1.8.8
转载链接
http://192.168.13.119:8080/#/
重现步骤
期望的结果是什么?
可以正常click跳转到搜索页面
实际的结果是什么?
无法click跳转到搜索页面
修复结果:
<input
v-if="!disabled"
:always-embed="true"
confirm-type="search"
@blur="blur"
:value="value"
@confirm="search"
@input="inputChange"
:disabled="disabled"
@Focus="getFocus"
:focus="focus"
:maxlength="maxlength"
placeholder-class="u-placeholder-class"
:placeholder="placeholder"
:placeholder-style="
color: ${placeholderColor}
"class="u-input"
type="text"
:style="[{
textAlign: inputAlign,
color: color,
backgroundColor: bgColor,
}, inputStyle]"
/>
{{value?value:placeholder}}
The text was updated successfully, but these errors were encountered: