Skip to content

Commit b18c1ca

Browse files
authored
1 parent 37237f9 commit b18c1ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Žsrc/v2/guide/instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ A Vue application consists of a **root Vue instance** created with `new Vue`, op
2424
Root Instance
2525
└─ TodoList
2626
β”œβ”€ TodoItem
27-
β”‚ β”œβ”€ DeleteTodoButton
28-
β”‚ └─ EditTodoButton
27+
β”‚ β”œβ”€ TodoButtonDelete
28+
β”‚ └─ TodoButtonEdit
2929
└─ TodoListFooter
30-
β”œβ”€ ClearTodosButton
30+
β”œβ”€ TodosButtonClear
3131
└─ TodoListStatistics
3232
```
3333

0 commit comments

Comments
Β (0)