Merge pull request #1083 from kcjpop/docs/fix-typo
Fix a typo of component args in migration guide
This commit is contained in:
commit
53705b6d20
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ var component = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
m("div", m(component, { fooga : 1 }));
|
m("div", m.component(component, { fooga : 1 }));
|
||||||
```
|
```
|
||||||
|
|
||||||
### `v1.x`
|
### `v1.x`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue