@prestashopcorp/segment-vue
Advanced tools
Comparing version 1.2.9 to 1.2.10
/*! | ||
* @prestashopcorp/segment-vue v1.2.8 | ||
* @prestashopcorp/segment-vue v1.2.10 | ||
* (c) 2021 undefined | ||
@@ -149,3 +149,3 @@ * Released under the MIT License. | ||
// Setup instance access | ||
if (!window.analytics) { | ||
if (window.analytics) { | ||
Object.defineProperty(Vue, "$segment", { | ||
@@ -152,0 +152,0 @@ get: function get() { |
{ | ||
"name": "@prestashopcorp/segment-vue", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "plugin vue for segment", | ||
@@ -5,0 +5,0 @@ "main": "dist/@prestashopcorp/segment-vue.js", |
8958