fast-element-plus 1.0.17 → 1.0.19
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.full.js +1 -1
- package/dist/index.full.js.map +1 -1
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +1 -1
- package/dist/index.full.mjs.map +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -28499,7 +28499,7 @@ var FastElementPlus = (function(exports, FastElementPlusIconsVue2, utils, vue, E
|
|
|
28499
28499
|
}
|
|
28500
28500
|
app.use(ElementPlus2);
|
|
28501
28501
|
};
|
|
28502
|
-
const version$1 = "1.0.
|
|
28502
|
+
const version$1 = "1.0.19";
|
|
28503
28503
|
const INSTALLED_KEY = /* @__PURE__ */ Symbol("INSTALLED_KEY");
|
|
28504
28504
|
const makeInstaller = () => {
|
|
28505
28505
|
const install2 = (app) => {
|