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

Function createEmptyVNode

static/vuejs/vue.runtime.js:1594–1599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1592Object.defineProperties( VNode.prototype, prototypeAccessors );
1593
1594var createEmptyVNode = function () {
1595 var node = new VNode();
1596 node.text = '';
1597 node.isComment = true;
1598 return node
1599};
1600
1601function createTextVNode (val) {
1602 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