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

Function warnNonPresent

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.common.jsFile · 0.70

Calls 1

warnFunction · 0.50

Tested by

no test coverage detected