Skip to content

Commit

Permalink
fix: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
xyxiao001 committed Jul 12, 2024
1 parent c8fc99f commit 7401bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志
## vue3.x组件更新日志
### v1.1.4
- 修复ts编译问题


### v1.1.3
- 修复长图缩放问题
- 修复full场景 fillColor不生效问题
Expand Down
2 changes: 1 addition & 1 deletion next/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "lib/**/*.vue", "lib/**/*.ts", "shims-vue.d.ts"]
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "lib/**/*.vue", "lib/**/*.ts"]
}

0 comments on commit 7401bcd

Please sign in to comment.