I am working on a vue.js template with a todo prop, and I would like to dynamically set the id value of each element. Currently, my code snippet looks something like this. Is it possible to achieve what I want with this approach or are there other alternatives worth considering?
<canvas class="canvas" id="cv`${{todo.id}}`" width="500" height="700"></canvas>