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

Function Sub

static/vuejs/vue.runtime.common.js:3917–3919  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3915 }
3916
3917 var Sub = function VueComponent (options) {
3918 this._init(options);
3919 };
3920 Sub.prototype = Object.create(Super.prototype);
3921 Sub.prototype.constructor = Sub;
3922 Sub.cid = cid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected