From ff456466ed4483e68e7f502c2a1daa70fcd75b66 Mon Sep 17 00:00:00 2001 From: tiansnyang Date: Wed, 16 Jan 2019 10:59:31 +0800 Subject: [PATCH] fix bug for ie11 not show --- 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) }