Skip to content

Commit c6f0884

Browse files
authored
Merge pull request #53 from OmgImAlexis/patch-1
Add syntax highlighting
2 parents 76387ec + 45410ee commit c6f0884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The component is called `Fragment` so you won't have to change much code when Vu
2424
From here, you can:
2525

2626
- Plugin:
27-
```
27+
```js
2828
import Fragment from 'vue-fragment'
2929
Vue.use(Fragment.Plugin)
3030

@@ -47,7 +47,7 @@ From here, you can:
4747
```
4848

4949
- Component:
50-
```
50+
```js
5151
import { Fragment } from 'vue-fragment'
5252
5353
export const MyComponent {

0 commit comments

Comments
 (0)