1.2.9
win7
2.3.0
https://jsfiddle.net/ggxajuoc/
:label="item.label"
:value="item.value">
选择后 input的value应显示出来
选择后 input的value没有显示出来
为了让更多的人能够理解你的问题,同时给遇到相同问题的人提供更好的参考,请尽量使用英语提交你的 issue。相关信息:#4396。
Translation of this issue:
1.2.9
Win7
2.3.0
https://jsfiddle.net/ggxajuoc/
Value= "item.value" >
Select the input after the value should be displayed
After selecting the input value is not displayed
ran to the same situation. After update to 1.2.9, the el select won't work. I mean, the value is there, just not displayed. same as your example one jsfiddle here: https://jsfiddle.net/api/post/library/pure/
Just try it.
Some extra infomations:
it seems it is the problem of [email protected].
you can install [email protected] temporarily. https://jsfiddle.net/ggxajuoc/1/
Yes, that fix the issue. When fallback vue, just remember to fallback vue-template-complier eigther.
vue and vue-template-complier versions are consistent, that fix the issue
vue and vue-template-complier,需要保持一直吗?
@zkeyword 如果vue是2.2.6,是不是vue-template-complier也必须是2.2.6的吗
@mehooo yes
the same to you ,
i just change the version of vue and vue-template-complier,
i',m waiting for the result
i set the version all of vue and vue-template-complier to 2.2.6,
but it does not work
@LXMin me too
All right, I'm already on it.
hey ,guys ,i have sole the problem, you need to set the package.json ,
like this:
vue: 2.2.6
not this:
vue:^2.2.6
because the [email protected] is not suitable for the [email protected]
so that we have to drop down the version of vue ,
waiting for the element team to resolve the bug
Fixed in 1.3.0-beta.1.
Please note that 1.3.0-beta.1 requires Vue 2.3.x.
this is bug,you should use "vue": "2.2.6", not "vue": "^2.2.6",
Most helpful comment
it seems it is the problem of [email protected].
you can install [email protected] temporarily. https://jsfiddle.net/ggxajuoc/1/