问题与css绑定,它在应用程序的深处,但我会尝试提取错误,除非.....(手指交叉)你知道或可以猜测从下面发生了什么,似乎你可以看到下面我已经让它渲染了我想要添加的类字符串的字符索引,显然不是我们想要的:
模板:
<section data-bind="css: type" class="toolbox-tool">
<span data-bind="text: type"></span>
<label data-bind="attr: {for: id}"/>
<img data-bind="attr: {src: imageSource}"/>
</section>
RENDERED MARKUP
<section data-bind="css: type" class="toolbox-tool 0 1 2 3 4 5 6 7 8 9 10 ui-draggable">
<span data-bind="text: type">text-ticker</span>
<label data-bind="attr: {for: id}" for="2"></label>
<img data-bind="attr: {src: imageSource}" src="#">
</section>
答案 0 :(得分:0)
需要2.2或更高版本的Knockout。
我可以发誓我有最新版本的淘汰赛。哎呀,猜不是。