我无法理解原因,但我的搜索字段无法正确使用Vue.js。
P.S。哦,我忘记了,我需要删除div和' li之间的空格。
sorry, I haven't access to post images because my reputation is low。
我将我的代码放在此处:https://jsfiddle.net/4r2oqz2x/
答案 0 :(得分:0)
你的行
<a href={{ searchResult.href }}><img src={{ searchResult.img }}>
应该是
<a :href="searchResult.href"><img :src="searchResult.img">