uview-pro 0.0.12 → 0.0.13

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/changelog.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.0.13(2025-08-27)
2
+
3
+ ### 🐛 Bug Fixes | Bug 修复
4
+
5
+ - 修复 count-down 组件暴露 start 和 end 方法 ([0f42a01](https://gitee.com/anyup/uView-Pro/commit/0f42a01f55aa6799f57eb93dc5d029b06115b154))
6
+
1
7
  ## 0.0.12(2025-08-27)
2
8
 
3
9
  ### 🐛 Bug Fixes | Bug 修复
@@ -209,6 +209,11 @@ function clearTimer() {
209
209
  timer.value = null;
210
210
  }
211
211
  }
212
+
213
+ defineExpose({
214
+ start,
215
+ end,
216
+ });
212
217
  </script>
213
218
 
214
219
  <style scoped lang="scss">
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-pro",
3
3
  "name": "uview-pro",
4
4
  "displayName": "【Vue3重构版】uView Pro|基于Vue3+TS全面重构的70+精选UI组件库",
5
- "version": "0.0.12",
5
+ "version": "0.0.13",
6
6
  "description": "uView Pro,是全面支持Vue3的uni-app生态框架,70+精选组件已使用TypeScript重构,已全面支持uni-app Vue3.0",
7
7
  "main": "index.ts",
8
8
  "module": "index.ts",