We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d927d1 commit a22e252Copy full SHA for a22e252
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.5.8](https://github.com/agileago/vue3-oop/compare/v0.5.7...v0.5.8) (2022-04-26)
4
+
5
6
+### Bug Fixes
7
8
+* 支持组件继承 ([3d927d1](https://github.com/agileago/vue3-oop/commit/3d927d155e6529fb7885834aff1d613398dca538))
9
10
## [0.5.7](https://github.com/agileago/vue3-oop/compare/v0.5.6...v0.5.7) (2022-04-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.5.7",
+ "version": "0.5.8",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
0 commit comments