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

Function html

static/vuejs/vue.common.js:9200–9204  ·  view source on GitHub ↗
(el, dir)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addPropFunction · 0.70

Tested by

no test coverage detected