MCPcopy
hub / github.com/fanmingming/live / processOnce

Function processOnce

m3u8/vue.js:10092–10097  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

10090 }
10091
10092 function processOnce (el) {
10093 var once$$1 = getAndRemoveAttr(el, 'v-once');
10094 if (once$$1 != null) {
10095 el.once = true;
10096 }
10097 }
10098
10099 // handle content being passed to a component as slot,
10100 // e.g. <template slot="xxx">, <div slot-scope="xxx">

Callers 1

parseFunction · 0.85

Calls 1

getAndRemoveAttrFunction · 0.85

Tested by

no test coverage detected