Remove extra closing braces (#1376)
This commit is contained in:
parent
2a4cbe953f
commit
11849e8464
1
vue.md
1
vue.md
|
@ -101,7 +101,6 @@ See: [Directives](https://vuejs.org/v2/api/#Directives)
|
||||||
#### Arguments can be passed
|
#### Arguments can be passed
|
||||||
```html
|
```html
|
||||||
<button @click="addToCart(product)">...
|
<button @click="addToCart(product)">...
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### To prevent default behavior (e.g. page reload)
|
#### To prevent default behavior (e.g. page reload)
|
||||||
|
|
Loading…
Reference in New Issue