Fix typo in Component arguments v0.2.x
This commit is contained in:
parent
87df83f21b
commit
aa77da2700
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