From de70afe27226ce9ffe66f445bcb9a994143c0a09 Mon Sep 17 00:00:00 2001 From: ancampaci Date: Thu, 22 Nov 2018 21:45:48 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20IE11=20+=20SCRIPT1003:=20Expected=20?= =?UTF-8?q?=E2=80=98:=E2=80=99=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vue-particles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vue-particles/index.js b/src/vue-particles/index.js index b65fd869..87ce3707 100644 --- a/src/vue-particles/index.js +++ b/src/vue-particles/index.js @@ -3,7 +3,7 @@ import particles from './vue-particles.vue' const VueParticles = { - install (Vue, options) { + install: function(Vue, options) { Vue.component('vue-particles', particles) }