We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661acfe commit e5f4c8cCopy full SHA for e5f4c8c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.5.3](https://github.com/agileago/vue3-oop/compare/v0.5.2...v0.5.3) (2022-04-15)
4
+
5
6
+### Bug Fixes
7
8
+* 修复联合类型错误提示 ([661acfe](https://github.com/agileago/vue3-oop/commit/661acfe1c1941f9023c9bfa8ebc03a2976d05ef4))
9
10
## [0.5.2](https://github.com/agileago/vue3-oop/compare/v0.5.1...v0.5.2) (2022-03-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.5.2",
+ "version": "0.5.3",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
0 commit comments