Skip to content

Commit

Permalink
Vue.use is the way
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kuck-Alvarez committed Sep 19, 2017
1 parent d2f203a commit 122439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install vue-easeljs --save
In app.js:

```
require('vue-easeljs');
Vue.use(require('vue-easeljs'));
```

In your Vue.js code start with an `easel-canvas` component. Other components
Expand Down

0 comments on commit 122439c

Please sign in to comment.