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