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

Function Sub

static/vuejs/vue.runtime.js:3911–3913  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3909 }
3910
3911 var Sub = function VueComponent (options) {
3912 this._init(options);
3913 };
3914 Sub.prototype = Object.create(Super.prototype);
3915 Sub.prototype.constructor = Sub;
3916 Sub.cid = cid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected