Skip to content

Commit 6dd629d

Browse files
committed
docs: update content
1 parent 54373f1 commit 6dd629d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

packages/docs/forms/textarea.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ other_frameworks: textarea
1515
text="Must be 8-20 words long."></CFormTextarea>
1616
:::
1717
```vue
18-
<CForm>
19-
<CFormTextarea
20-
id="exampleFormControlTextarea1"
21-
label="Example textarea"
22-
rows="3"
23-
text="Must be 8-20 words long."
24-
></CFormTextarea>
18+
<CFormTextarea
19+
id="exampleFormControlTextarea1"
20+
label="Example textarea"
21+
rows="3"
22+
text="Must be 8-20 words long."
23+
></CFormTextarea>
2524
</CForm>
2625
```
2726

0 commit comments

Comments
 (0)