Skip to content

Commit e2e2d46

Browse files
committed
Fix spacing in the README
1 parent e55b241 commit e2e2d46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ You may have a Vue component which looks like this:
1212

1313
```vue
1414
<div>
15-
My component file!
15+
My component file!
1616
17-
<SubComponent>Click me!</SubComponent>
18-
19-
More stuff
17+
<SubComponent>Click me!</SubComponent>
18+
19+
More stuff
2020
</div>
2121
```
2222

0 commit comments

Comments
 (0)