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

Function Sub

static/vuejs/vue.common.js:3921–3923  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3919 }
3920
3921 var Sub = function VueComponent (options) {
3922 this._init(options);
3923 };
3924 Sub.prototype = Object.create(Super.prototype);
3925 Sub.prototype.constructor = Sub;
3926 Sub.cid = cid++;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected