A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/amejiarosario/vue-todo-app/commit/2145c36 below:

Applying classes dynamically & Vue `v-bind` · amejiarosario/vue-todo-app@2145c36 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -25,7 +25,7 @@ <h1 v-text="title"></h1>

25 25

<ul class="todo-list">

26 26

<!-- These are here just to show the structure of the list items -->

27 27

<!-- List items should get the class `editing` when editing and `completed` when marked as completed -->

28 -

<li v-for="todo in todos">

28 +

<li v-for="todo in todos" :class="{ completed: todo.isDone }">

29 29

<div class="view">

30 30

<input class="toggle" type="checkbox">

31 31

<label>{{todo.text}}</label>

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4