Vue

by Lloyd Atkinson

HTML

<div id="app">
  <div :style="task.progress === 0 ">
  
  </div>
</div>

Vue

new Vue({
  el: "#app",
	
})