From 122439c44b0d2b5fc19901bd83be18239d9b40e8 Mon Sep 17 00:00:00 2001 From: Daniel Kuck-Alvarez Date: Tue, 19 Sep 2017 14:52:44 -0400 Subject: [PATCH] Vue.use is the way --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30564a4..c81ec97 100644 --- a/README.md +++ b/README.md @@ -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