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 9139b42 commit 6368f7fCopy full SHA for 6368f7f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [0.6.0](https://github.com/agileago/vue3-oop/compare/v0.5.9...v0.6.0) (2022-06-27)
4
+
5
6
+### Features
7
8
+* 支持多重组件继承,修改异步组件的定义 ([9139b42](https://github.com/agileago/vue3-oop/commit/9139b428bb625a9fa77d5c1ba63f72c4e8172195))
9
10
## [0.5.9](https://github.com/agileago/vue3-oop/compare/v0.5.8...v0.5.9) (2022-06-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.5.9",
+ "version": "0.6.0",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
0 commit comments