gpt4 book ai didi

node.js - 在循环中使用@key 在开发中工作正常但在生产中不工作

转载 作者:行者123 更新时间:2023-11-28 07:58:18 25 4
gpt4 key购买 nike

下面的代码在开发中运行良好。我将数字 (@key) 附加到我的类“步骤”以生成...“step0、step1、step2、...”,但它在生产中不起作用。关于如何让它在生产中工作的任何建议?

{{#careers}}
<div class="col-sm-{{{../size}}} emp text-center"><span class="emp-role">{{this}}</span><span class="step{{@key}}"></span></div>
{{/careers}}

总体目标是生成编号的“步骤”类。

然后我有了一些 css 来处理 step0、step1、step2 和 step3。

.step0 {
...
}
.step1 {
...
}
.step2 {
...
}

我尝试使用 nth-child() 来执行此操作,但无法正常工作。

最佳答案

当我应该使用 {{@index}} 时,我却使用了 {{@key}}。

Answer found here.

关于node.js - 在循环中使用@key 在开发中工作正常但在生产中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29974551/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com