Merge pull request #1083 from kcjpop/docs/fix-typo

Fix a typo of component args in migration guide
This commit is contained in:
Leo Horie 2016-05-31 10:02:06 -04:00
commit 53705b6d20

View file

@ -139,7 +139,7 @@ var component = {
}
};
m("div", m(component, { fooga : 1 }));
m("div", m.component(component, { fooga : 1 }));
```
### `v1.x`