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 ce14cd3 commit 2ae8e9dCopy full SHA for 2ae8e9d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.5.9](https://github.com/agileago/vue3-oop/compare/v0.5.8...v0.5.9) (2022-06-16)
4
+
5
6
+### Features
7
8
+* 支持异步组件,组件内增加init初始化方法 ([ce14cd3](https://github.com/agileago/vue3-oop/commit/ce14cd383f0f07cbbaace1a6e3566e2fc7cd2ac8))
9
10
## [0.5.8](https://github.com/agileago/vue3-oop/compare/v0.5.7...v0.5.8) (2022-04-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.5.8",
+ "version": "0.5.9",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
0 commit comments