I have a vue.js template that has a todo prop. I want to dynamically set the id value of each element. This what I have tried so far, is something like this possible and if not what are some other options?
<canvas class="canvas" id="cv`${{todo.id}}`" width="500" height="700"></canvas>