MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initProps$1

Function initProps$1

static/vuejs/vue.esm.js:3969–3974  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

3967}
3968
3969function initProps$1 (Comp) {
3970 var props = Comp.options.props;
3971 for (var key in props) {
3972 proxy(Comp.prototype, "_props", key);
3973 }
3974}
3975
3976function initComputed$1 (Comp) {
3977 var computed = Comp.options.computed;

Callers 1

initExtendFunction · 0.70

Calls 1

proxyFunction · 0.70

Tested by

no test coverage detected