diff --git a/dist/vuescroll.js b/dist/vuescroll.js index 1f8267e..2161957 100644 --- a/dist/vuescroll.js +++ b/dist/vuescroll.js @@ -12,7 +12,7 @@ (global.vuescroll = factory(global.Vue)); }(this, (function (Vue) { 'use strict'; -Vue = Vue && Vue.hasOwnProperty('default') ? Vue['default'] : Vue; +Vue = Vue && Object.prototype.hasOwnProperty.call(Vue, 'default') ? Vue['default'] : Vue; var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj;