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 3b7970a commit 3babf28Copy full SHA for 3babf28
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.5](https://github.com/agileago/vue3-oop/compare/v1.0.4...v1.0.5) (2023-08-29)
4
+
5
6
+### Features
7
8
+* injectService支持forwardRef ([3b7970a](https://github.com/agileago/vue3-oop/commit/3b7970a0e8ce7e913ecc781c9221b71a63628322))
9
10
## [1.0.2](https://github.com/agileago/vue3-oop/compare/v1.0.1...v1.0.2) (2022-09-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "1.0.4",
+ "version": "1.0.5",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments