@web-utils/component 2.0.11 → 2.0.12
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/dist/index.es.js +1 -1
- package/package.json +2 -2
- package/web-types.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -15500,7 +15500,7 @@ function __vue2_injectStyles(context) {
|
|
|
15500
15500
|
const XDialog = /* @__PURE__ */ function() {
|
|
15501
15501
|
return __component__.exports;
|
|
15502
15502
|
}();
|
|
15503
|
-
const version = "2.0.
|
|
15503
|
+
const version = "2.0.12";
|
|
15504
15504
|
function index(Vue2) {
|
|
15505
15505
|
Vue2.component(AddressInput.name, AddressInput);
|
|
15506
15506
|
Vue2.component(AsideMenu.name, AsideMenu);
|
package/package.json
CHANGED