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

Function initProps$1

static/vuejs/vue.js:3965–3970  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

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

Callers 1

initExtendFunction · 0.70

Calls 1

proxyFunction · 0.70

Tested by

no test coverage detected