Comparing version 0.5.22 to 0.5.23
@@ -300,3 +300,2 @@ import { ref, useSlots, computed, onMounted, watch, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle, withDirectives, createElementVNode, vModelCheckbox, renderSlot, Fragment, createTextVNode, toDisplayString, createCommentVNode, pushScopeId, popScopeId } from 'vue'; | ||
for (var componentKey in components) { | ||
console.log('componentKey', componentKey); | ||
app.component(componentKey, components[componentKey]); | ||
@@ -303,0 +302,0 @@ } |
@@ -304,3 +304,2 @@ (function (global, factory) { | ||
for (var componentKey in components) { | ||
console.log('componentKey', componentKey); | ||
app.component(componentKey, components[componentKey]); | ||
@@ -307,0 +306,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.5.22", | ||
"version": "0.5.23", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "module": "dist/index.es.js", |
77794
15
1601