Add missing closing / (#5186)

This commit is contained in:
Thibault SOUQUET
2021-04-21 22:28:24 +02:00
committed by GitHub
parent 22535bf566
commit dae9de554a

View File

@@ -37,7 +37,7 @@ Oftentimes, you'll use the icon next to some text, for example in a button. When
```html
<v-button>
<v-icon name="add" left> Add new
<v-icon name="add" left /> Add new
</v-button>
```