문제

I thought the helpers was included in the dust-full-1.2.0.js file but I get errors when I tried to use one :

With : {@select key=P_Brand} Ok {/select}

From console :

Uncaught TypeError: Cannot read property 'select' of undefined - dust-full-1.2.0.js:523

And with : {@if cond="{P_Brand}"} Ok {/if}

From console :

Uncaught TypeError: Cannot read property 'if' of undefined - dust-full-1.2.0.js:523

Is it included ? Or maybe I used them wrong...

Thank you for your time

도움이 되었습니까?

해결책

The helpers are not included in dust-full or dust-core. They are available here: https://github.com/linkedin/dustjs-helpers

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top