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

Function addIfCondition

static/vuejs/vue.esm.js:8042–8047  ·  view source on GitHub ↗
(el, condition)

Source from the content-addressed store, hash-verified

8040}
8041
8042function addIfCondition (el, condition) {
8043 if (!el.ifConditions) {
8044 el.ifConditions = [];
8045 }
8046 el.ifConditions.push(condition);
8047}
8048
8049function processOnce (el) {
8050 var once$$1 = getAndRemoveAttr(el, 'v-once');

Callers 3

parseFunction · 0.70
processIfFunction · 0.70
processIfConditionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected