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

Function initProps$1

static/vuejs/vue.runtime.common.js:3967–3972  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

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

Callers 1

initExtendFunction · 0.70

Calls 1

proxyFunction · 0.70

Tested by

no test coverage detected