Back to Vuejs

Template

src/tutorial/src/step-8/App/template.html

latest81 B
Original Source

Add Todo

  • {{ todo.text }}X

{{ hideCompleted ? 'Show all' : 'Hide completed' }}