We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c98629 commit bd893d9Copy full SHA for bd893d9
src/guide/extras/render-function.md
@@ -40,7 +40,7 @@ h('div', { id: 'foo' })
40
h('div', { class: 'bar', innerHTML: 'hello' })
41
42
// props modifiers such as .prop and .attr can be added via shorthands
43
-h('div', { .name: 'some-name', ^width: '100' })
+h('div', { '.name': 'some-name', '^width': '100' })
44
45
// class and style have the same object / array
46
// value support that they have in templates
0 commit comments