(el)
| 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"> |
no test coverage detected