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

Function addDirective

static/vuejs/vue.esm.js:5462–5471  ·  view source on GitHub ↗
(
  el,
  name,
  rawName,
  value,
  arg,
  modifiers
)

Source from the content-addressed store, hash-verified

5460}
5461
5462function addDirective (
5463 el,
5464 name,
5465 rawName,
5466 value,
5467 arg,
5468 modifiers
5469) {
5470 (el.directives || (el.directives = [])).push({ name: name, rawName: rawName, value: value, arg: arg, modifiers: modifiers });
5471}
5472
5473function addHandler (
5474 el,

Callers 1

processAttrsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected