@smallwei/avue 3.8.3 → 3.8.5
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/avue.js +2 -2
- package/dist/avue.js.map +1 -1
- package/dist/avue.min.js +2 -2
- package/es/core/detail.mjs +2 -1
- package/es/index.mjs +2 -1
- package/es/locale/index.mjs +2 -1
- package/es/packages/element-plus/chat/index.vue +6 -5
- package/es/packages/element-plus/count-up/index.vue +7 -5
- package/es/plugin/export/index.mjs +2 -1
- package/es/utils/util.mjs +6 -3
- package/es/version.mjs +1 -1
- package/es/version.ts +1 -1
- package/lib/core/detail.js +39 -8
- package/lib/index.js +36 -2
- package/lib/locale/index.js +38 -4
- package/lib/packages/element-plus/chat/index.vue +6 -5
- package/lib/packages/element-plus/count-up/index.vue +7 -5
- package/lib/plugin/export/index.js +36 -2
- package/lib/utils/util.js +42 -9
- package/lib/version.js +1 -1
- package/lib/version.ts +1 -1
- package/package.json +1 -1
package/dist/avue.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Avue.js v3.8.
|
|
2
|
+
* Avue.js v3.8.5
|
|
3
3
|
* (c) 2017-2026 Smallwei
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -37232,7 +37232,7 @@ function validatenull(val) {
|
|
|
37232
37232
|
|
|
37233
37233
|
"use strict";
|
|
37234
37234
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return version; });
|
|
37235
|
-
var version = '3.8.
|
|
37235
|
+
var version = '3.8.5';
|
|
37236
37236
|
|
|
37237
37237
|
/***/ }),
|
|
37238
37238
|
|