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

Function createEmptyVNode

static/vuejs/vue.runtime.common.js:1590–1595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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