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 c45e169 commit 88d311fCopy full SHA for 88d311f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.11](https://github.com/agileago/vue3-oop/compare/v1.0.10...v1.0.11) (2024-11-22)
4
+
5
6
+### Features
7
8
+* 增加simple-props组件定义 ([c45e169](https://github.com/agileago/vue3-oop/commit/c45e169b46a35eb3fc83c95fc6a9f4a1277f396f))
9
10
## [1.0.10](https://github.com/agileago/vue3-oop/compare/v1.0.9...v1.0.10) (2024-11-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "1.0.10",
+ "version": "1.0.11",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments