Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit da46583

Browse files
authored
Add note about Vue support in readme
1 parent 9ba30f0 commit da46583

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ hyperscript doesn’t support classes in `attrs`, `virtual-dom/h` needs an
107107
works around these differences for:
108108

109109
* [`React.createElement`][react]
110+
* Vue’s [`createElement`][vue]
110111
* [`virtual-dom/h`][vdom]
111112
* [`hyperscript`][hyperscript]
112113

@@ -154,6 +155,8 @@ repository, organisation, or community you agree to abide by its terms.
154155

155156
[react]: https://facebook.github.io/react/docs/glossary.html#react-elements
156157

158+
[vue]: https://vuejs.org/v2/guide/render-function.html#createElement-Arguments
159+
157160
[hastscript]: https://github.com/syntax-tree/hastscript
158161

159162
[contributing]: https://github.com/syntax-tree/hast/blob/master/contributing.md

0 commit comments

Comments
 (0)