File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 95
95
"body" : " dfghdfgh" ,
96
96
"id" : 26
97
97
},
98
- {
99
- "subject" : " " ,
100
- "completed" : false ,
101
- "body" : " " ,
102
- "id" : 27
103
- },
104
98
{
105
99
"subject" : " ab" ,
106
100
"completed" : false ,
Original file line number Diff line number Diff line change 9
9
style =" cursor : pointer "
10
10
@click =" moveToPage(todo.id)"
11
11
>
12
- <div class =" form-check flex-grow-1" >
12
+ <div class =" flex-grow-1" >
13
13
<input
14
- class =" form-check-input "
14
+ class =" ml-2 mr-2 "
15
15
type =" checkbox"
16
16
:checked =" todo.completed"
17
17
@change =" toggleTodo(index, $event)"
18
18
@click.stop
19
19
>
20
- <label
21
- class =" form-check-label"
22
- :class =" { todo: todo.completed }"
23
- >
20
+ <span :class =" { todo: todo.completed }" >
24
21
{{ todo.subject }}
25
- </label >
22
+ </span >
26
23
</div >
27
24
<div >
28
25
<button
You can’t perform that action at this time.
0 commit comments