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

Function html

static/vuejs/vue.esm.js:9198–9202  ·  view source on GitHub ↗
(el, dir)

Source from the content-addressed store, hash-verified

9196/* */
9197
9198function html (el, dir) {
9199 if (dir.value) {
9200 addProp(el, 'innerHTML', ("_s(" + (dir.value) + ")"));
9201 }
9202}
9203
9204var directives$1 = {
9205 model: model,

Callers

nothing calls this directly

Calls 1

addPropFunction · 0.70

Tested by

no test coverage detected