@opentinyvue/vue-config-provider 3.22.0 → 3.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -97,7 +97,7 @@ var _sfc_main = defineComponent({
|
|
|
97
97
|
return hooks.h(tagName, attr, slots);
|
|
98
98
|
}
|
|
99
99
|
});
|
|
100
|
-
var version = "3.
|
|
100
|
+
var version = "3.undefined";
|
|
101
101
|
var configProviderContextKey = Symbol("CONFIG_PROVIDER_CONTEXT_KEY");
|
|
102
102
|
_sfc_main.install = function(Vue) {
|
|
103
103
|
Vue.component(_sfc_main.name, _sfc_main);
|