Skip to content

Commit

Permalink
Merge pull request #10 from seneca/patch-1
Browse files Browse the repository at this point in the history
Update control-flow.md
  • Loading branch information
tipiirai authored Sep 22, 2023
2 parents ff6b2a4 + 21b7c48 commit a2a0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuejs/control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Similar to `:else`, a `:else-if` element must immediately follow a `:if` or a `:


## Loops
Nue uses `:for` attribute to render over arrays, objects, and components. Nue has a somewhat simpler syntax for loops than Vue. For example, you don't need need to maintain a loop state with a special "key" variable.
Nue uses `:for` attribute to render over arrays, objects, and components. Nue has a somewhat simpler syntax for loops than Vue. For example, you don't need to maintain a loop state with a special "key" variable.


## Array loops
Expand Down

0 comments on commit a2a0adf

Please sign in to comment.