Skip to content

Commit 1e4bd0b

Browse files
committed
build: release 0.2.1
1 parent 1d93c27 commit 1e4bd0b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
}
99

1010
const MyComponent = createComponent<Props>({
11+
props: {
12+
msg: {} // required by vue 2 runtime
13+
},
1114
setup(props) {
1215
return () => h('div', props.msg)
1316
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)