vue2-client 1.8.24 → 1.8.25

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.8.22 -2023-12-28 @杨亚文**
4
+ **1.8.25 -2023-12-28 @杨亚文**
5
+ - 解决条件导出功能bug
6
+ -
7
+ **1.8.23 -2023-12-28 @杨亚文**
5
8
  - 解决条件导出功能bug
6
9
 
7
10
  **1.8.22 -2023-12-27 @江超**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.24",
3
+ "version": "1.8.25",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",