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) }