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

Function warnNonPresent

static/vuejs/vue.esm.js:1466–1473  ·  view source on GitHub ↗
(target, key)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected