@smallwei/avue 3.8.3 → 3.8.4
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 +5 -4
- package/dist/avue.js.map +1 -1
- package/dist/avue.min.js +2 -2
- package/es/packages/element-plus/count-up/index.vue +7 -5
- package/es/version.mjs +1 -1
- package/es/version.ts +1 -1
- package/lib/packages/element-plus/count-up/index.vue +7 -5
- 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.4
|
|
3
3
|
* (c) 2017-2026 Smallwei
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2484,6 +2484,7 @@ var propsDefault = {
|
|
|
2484
2484
|
/* harmony import */ var core_create__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core/create */ "./src/core/create.ts");
|
|
2485
2485
|
|
|
2486
2486
|
|
|
2487
|
+
var CountUp = countup_js__WEBPACK_IMPORTED_MODULE_0___default.a || countup_js__WEBPACK_IMPORTED_MODULE_0__;
|
|
2487
2488
|
/* harmony default export */ __webpack_exports__["a"] = (Object(core_create__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({
|
|
2488
2489
|
name: "count-up",
|
|
2489
2490
|
props: {
|
|
@@ -2547,7 +2548,7 @@ var propsDefault = {
|
|
|
2547
2548
|
methods: {
|
|
2548
2549
|
init: function init() {
|
|
2549
2550
|
if (!this.c) {
|
|
2550
|
-
this.c = new
|
|
2551
|
+
this.c = new CountUp(this.$el, this.start, this.end, this.decimals, this.duration, this.options);
|
|
2551
2552
|
this.c.start();
|
|
2552
2553
|
}
|
|
2553
2554
|
},
|
|
@@ -21788,7 +21789,7 @@ module.exports = _unsupportedIterableToArray, module.exports.__esModule = true,
|
|
|
21788
21789
|
!*** ./node_modules/countup.js/dist/countUp.min.js ***!
|
|
21789
21790
|
\*****************************************************/
|
|
21790
21791
|
/*! no static exports found */
|
|
21791
|
-
/*! exports used
|
|
21792
|
+
/*! all exports used */
|
|
21792
21793
|
/***/ (function(module, exports, __webpack_require__) {
|
|
21793
21794
|
|
|
21794
21795
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;!function(a,n){ true?!(__WEBPACK_AMD_DEFINE_FACTORY__ = (n),
|
|
@@ -37232,7 +37233,7 @@ function validatenull(val) {
|
|
|
37232
37233
|
|
|
37233
37234
|
"use strict";
|
|
37234
37235
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return version; });
|
|
37235
|
-
var version = '3.8.
|
|
37236
|
+
var version = '3.8.4';
|
|
37236
37237
|
|
|
37237
37238
|
/***/ }),
|
|
37238
37239
|
|