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 947a107 commit 27f24e8Copy full SHA for 27f24e8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.6](https://github.com/agileago/vue3-oop/compare/v1.0.5...v1.0.6) (2023-09-01)
4
+
5
6
+### Bug Fixes
7
8
+* 调整package.json导出配置,解决vue-tsc类型报错 ([947a107](https://github.com/agileago/vue3-oop/commit/947a10710981cf5b3b6eb79fefd88d1bdb5054cb))
9
10
## [1.0.5](https://github.com/agileago/vue3-oop/compare/v1.0.4...v1.0.5) (2023-08-29)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "1.0.5",
+ "version": "1.0.6",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments