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 38f835d commit 371c429Copy full SHA for 371c429
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.13](https://github.com/agileago/vue3-oop/compare/v1.0.12...v1.0.13) (2024-12-05)
4
+
5
6
+### Bug Fixes
7
8
+* 更新slots类型 ([38f835d](https://github.com/agileago/vue3-oop/commit/38f835d71d68e51589d533f9bde5fae84925750a))
9
10
## [1.0.12](https://github.com/agileago/vue3-oop/compare/v1.0.11...v1.0.12) (2024-11-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "1.0.12",
+ "version": "1.0.13",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments