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 1d93c27 commit 1e4bd0bCopy full SHA for 1e4bd0b
CHANGELOG.md
@@ -8,6 +8,9 @@
8
}
9
10
const MyComponent = createComponent<Props>({
11
+ props: {
12
+ msg: {} // required by vue 2 runtime
13
+ },
14
setup(props) {
15
return () => h('div', props.msg)
16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue/composition-api",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Provide logic composition capabilities for Vue.",
5
"keywords": [
6
"vue",
0 commit comments