Vue by Lloyd Atkinson April 16, 2020 HTML <div id="app"> <div :style="task.progress === 0 "> </div> </div> Vue new Vue({ el: "#app", })