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

Function initProps$1

static/vuejs/vue.runtime.js:3961–3966  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

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

Callers 1

initExtendFunction · 0.70

Calls 1

proxyFunction · 0.70

Tested by

no test coverage detected