question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add documentation for $createElement() to the API docs

See original GitHub issue

I don’t see anywhere vm.$createElement being mentioned in the docs It’s not a private function, right? judging from this comment

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:18
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

15reactions
AlbertMarashicommented, Dec 16, 2018

Why hasn’t this been documented yet?

4reactions
AlexandreBonaventurecommented, Aug 2, 2017

Some third party plugins are using this API : see element-ui

Read more comments on GitHub >

github_iconTop Results From Across the Web

Document.createElement() - Web APIs | MDN
In an HTML document, the document.createElement() method creates the HTML element specified by tagName, or an HTMLUnknownElement if tagName ...
Read more >
Add documentation for $createElement() to the API docs #658
I don't see anywhere vm.$createElement being mentioned in the docs It's not a private function, right? judging from this comment.
Read more >
Document.createElement() - Web APIs
A string that specifies the type of element to be created. The nodeName of the created element is initialized with the value of...
Read more >
HTML DOM Document createElement() Method - W3Schools
HTML DOM Document createElement() ... Create a <p> element and append it to the document: ... The createElement() method creates an element node....
Read more >
JavaScript document.createElement() By Practical Examples
The document.createElement() accepts an HTML tag name and returns a new Node with the Element type. 1) Creating a new div example.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found