MCPcopy Create free account
hub / github.com/TruthHun/BookStack / warnNonPresent

Function warnNonPresent

static/vuejs/vue.runtime.common.js:1464–1471  ·  view source on GitHub ↗
(target, key)

Source from the content-addressed store, hash-verified

1462 );
1463
1464 var warnNonPresent = function (target, key) {
1465 warn(
1466 "Property or method \"" + key + "\" is not defined on the instance but " +
1467 "referenced during render. Make sure to declare reactive data " +
1468 "properties in the data option.",
1469 target
1470 );
1471 };
1472
1473 var hasProxy =
1474 typeof Proxy !== 'undefined' &&

Callers 1

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected