From 6e64a461af2b09221f3a1203976ba5683a3d4645 Mon Sep 17 00:00:00 2001 From: ChristianBielak Date: Wed, 20 Jun 2018 09:30:58 +0200 Subject: [PATCH] IE11 fix fixed IE11 issue : expected --- 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..34448254 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) }