Merge remote-tracking branch 'origin/next' into next
This commit is contained in:
commit
6dd9394fef
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ Let's wrap our text in an `<h1>` tag.
|
||||||
m.render(root, m("h1", "My first app"))
|
m.render(root, m("h1", "My first app"))
|
||||||
```
|
```
|
||||||
|
|
||||||
The `m()` function can be used to describe any HTML structure you want. So if you to add a class to the `<h1>`:
|
The `m()` function can be used to describe any HTML structure you want. So if you need to add a class to the `<h1>`:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
m("h1", {class: "title"}, "My first app")
|
m("h1", {class: "title"}, "My first app")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue