@withyouwithme/ao
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -81,3 +81,3 @@ import Bubble from "./directives/bubble"; | ||
const prefixedName = `W${name.slice(1)}`; | ||
if (!Object.hasOwn(Vue.options.components, prefixedName)) { | ||
if (!Object.hasOwnProperty.call(Vue.options.components, prefixedName)) { | ||
Vue.component(prefixedName, component); | ||
@@ -84,0 +84,0 @@ } |
{ | ||
"name": "@withyouwithme/ao", | ||
"productName": "WYWM Ao", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
121641