@opentinyvue/vue-config-provider 3.21.0 → 3.22.0
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 +2 -2
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -7,7 +7,7 @@ function _extends() {
|
|
|
7
7
|
return n;
|
|
8
8
|
}, _extends.apply(null, arguments);
|
|
9
9
|
}
|
|
10
|
-
import { defineComponent,
|
|
10
|
+
import { defineComponent, props, isVue2, hooks, provideDesignConfig, $prefix } from "@opentinyvue/vue-common";
|
|
11
11
|
import "@opentinyvue/vue-theme/config-provider/index.css";
|
|
12
12
|
var _sfc_main = defineComponent({
|
|
13
13
|
name: $prefix + "ConfigProvider",
|
|
@@ -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.22.0";
|
|
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);
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-config-provider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./lib/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@opentinyvue/vue-common": "~3.
|
|
10
|
-
"@opentinyvue/vue-theme": "~3.
|
|
9
|
+
"@opentinyvue/vue-common": "~3.22.0",
|
|
10
|
+
"@opentinyvue/vue-theme": "~3.22.0"
|
|
11
11
|
},
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"types": "index.d.ts",
|