MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createEmptyVNode

Function createEmptyVNode

static/vuejs/vue.esm.js:1592–1597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1590Object.defineProperties( VNode.prototype, prototypeAccessors );
1591
1592var createEmptyVNode = function () {
1593 var node = new VNode();
1594 node.text = '';
1595 node.isComment = true;
1596 return node
1597};
1598
1599function createTextVNode (val) {
1600 return new VNode(undefined, undefined, undefined, String(val))

Callers 2

_createElementFunction · 0.70
renderMixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected