my-element-plus-ext 1.0.5 → 1.0.7
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/my-element-lib.mjs +1 -3
- package/package.json +1 -1
package/dist/my-element-lib.mjs
CHANGED
|
@@ -52868,9 +52868,7 @@ const yQ = /* @__PURE__ */ Object.assign({ "./components/MyButton.vue": m3 }), w
|
|
|
52868
52868
|
const n = t.__name || t.name;
|
|
52869
52869
|
n && e.component(n, t);
|
|
52870
52870
|
});
|
|
52871
|
-
}, TQ = {
|
|
52872
|
-
install: _Q
|
|
52873
|
-
};
|
|
52871
|
+
}, TQ = { install: _Q };
|
|
52874
52872
|
export {
|
|
52875
52873
|
TQ as default,
|
|
52876
52874
|
MQ as usePrimaryColor
|