Skip to content

Commit

Permalink
Update template-syntax.md
Browse files Browse the repository at this point in the history
Fixed a word ending
  • Loading branch information
bokovski authored May 9, 2024
1 parent 704c60f commit 38c2e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/template-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ data() {

В этом случае `href` будет аргументом, указывающим директиве `v-bind` связать атрибут `href` элемента со значением выражения `url`. В сокращённой записи всё, что находится перед аргументом (т.е., `v-bind:`), сокращается до символа `:`.

Другие примером может быть директива `v-on`, которая отслеживает события DOM:
Другим примером может быть директива `v-on`, которая отслеживает события DOM:

```vue-html
<a v-on:click="doSomething"> ... </a>
Expand Down

0 comments on commit 38c2e91

Please sign in to comment.