Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zcuric committed Sep 24, 2019
1 parent 8a591a4 commit e29da3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ new Vue({
}).$mount('#app');
```

Plyrue component can be used in without plugin initialization:
```js
import { PlyrueComponent as Plyrue } from 'plyrue';
...
export default {
...
components: { Plyrue }
}
```


## Usage

Plyrue can be used in two ways:
Expand Down

0 comments on commit e29da3d

Please sign in to comment.