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

Function addDirective

static/vuejs/vue.common.js:5464–5473  ·  view source on GitHub ↗
(
  el,
  name,
  rawName,
  value,
  arg,
  modifiers
)

Source from the content-addressed store, hash-verified

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

Callers 1

processAttrsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected