Remove extra closing braces (#1376)

This commit is contained in:
小秦 2020-07-08 23:37:49 +08:00 committed by GitHub
parent 2a4cbe953f
commit 11849e8464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
vue.md
View File

@ -101,7 +101,6 @@ See: [Directives](https://vuejs.org/v2/api/#Directives)
#### Arguments can be passed
```html
<button @click="addToCart(product)">...
}
```
#### To prevent default behavior (e.g. page reload)