@wx-design/components 1.0.0-alpha.1 → 1.0.0-alpha.2
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/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -28992,7 +28992,7 @@ const nY = (e) => {
|
|
|
28992
28992
|
}
|
|
28993
28993
|
});
|
|
28994
28994
|
vr.install = (e) => {
|
|
28995
|
-
e.component(vr.name, vr), e.
|
|
28995
|
+
e.component(vr.name, vr), e.use(mv), e.use(pv), e.use(gv), e.use(hv), e.use(Iv), e.use(Wv), e.use(zv), e.use(jv), e.use(Ti), e.use(Jv), e.use(Qv), e.use(eg), e.use(jf), Y6();
|
|
28996
28996
|
};
|
|
28997
28997
|
vr.use = jf.use;
|
|
28998
28998
|
const zf = /* @__PURE__ */ $e({
|