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 0858f83 commit 3cfacd1Copy full SHA for 3cfacd1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [1.0.0](https://github.com/agileago/vue3-oop/compare/v0.6.2...v1.0.0) (2022-08-17)
4
+
5
6
+### Features
7
8
+* 删除 ProviderKey, 新增injectService ([0858f83](https://github.com/agileago/vue3-oop/commit/0858f83d0e72e1b9772ce139d2e5d7dd1d3953b2))
9
10
## [0.6.2](https://github.com/agileago/vue3-oop/compare/v0.6.1...v0.6.2) (2022-08-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.6.2",
+ "version": "1.0.0",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments