Skip to content

Commit 0453659

Browse files
committed
1 parent db2472a commit 0453659

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0
2+
3+
- fix: Set default props error on Vue2
4+
15
## 1.1.9
26

37
- fix: props name style is kebab case type error

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-class-setup",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)