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 4eac404 commit 1922783Copy full SHA for 1922783
src/guide/extras/render-function.md
@@ -39,7 +39,8 @@ h('div', { id: 'foo' })
39
// Vue automatically picks the right way to assign it
40
h('div', { class: 'bar', innerHTML: 'hello' })
41
42
-// props modifiers such as .prop and .attr can be added via shorthands
+// props modifiers such as .prop and .attr can be added
43
+// with '.' and `^' prefixes respectively
44
h('div', { '.name': 'some-name', '^width': '100' })
45
46
// class and style have the same object / array
0 commit comments