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

Function initProps$1

static/vuejs/vue.common.js:3971–3976  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

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

Callers 1

initExtendFunction · 0.70

Calls 1

proxyFunction · 0.70

Tested by

no test coverage detected