remove references to m.module
This commit is contained in:
parent
ab1e91a221
commit
5a786009c5
3 changed files with 3 additions and 3 deletions
|
|
@ -248,7 +248,7 @@ var ContactList = {
|
|||
}
|
||||
}
|
||||
|
||||
m.module(document.body, ContactsWidget)
|
||||
m.mount(document.body, ContactsWidget)
|
||||
```
|
||||
|
||||
In this iteration, both the `ContactForm` and `ContactList` components are now children of the `ContactsWidget` component and they appear simultaneously on the same page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue