Skip to content

Commit

Permalink
Add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
OmgImAlexis committed Sep 30, 2020
1 parent 76387ec commit 45410ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The component is called `Fragment` so you won't have to change much code when Vu
From here, you can:

- Plugin:
```
```js
import Fragment from 'vue-fragment'
Vue.use(Fragment.Plugin)

Expand All @@ -47,7 +47,7 @@ From here, you can:
```

- Component:
```
```js
import { Fragment } from 'vue-fragment'
export const MyComponent {
Expand Down

0 comments on commit 45410ee

Please sign in to comment.