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 3954c58 commit cb8c1feCopy full SHA for cb8c1fe
changelog/v3.0.4.md
@@ -0,0 +1,3 @@
1
+Avoid emitting `undefined` as a return value https://github.com/facing-dev/vue-facing-decorator/pull/82
2
+
3
+Fix reactivity for `@Provide` https://github.com/facing-dev/vue-facing-decorator/pull/81
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-facing-decorator",
- "version": "3.0.3",
+ "version": "3.0.4",
4
"description": "Vue typescript class and decorator based component.",
5
"main": "dist/index.js",
6
"module": "dist/esm/index.js",
0 commit comments