MCPcopy Create free account
hub / github.com/ygs-code/vue / callInsert

Function callInsert

vue.js:9124–9133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9122
9123 if (dirsWithInsert.length) {
9124 var callInsert = function () {
9125 for (var i = 0; i < dirsWithInsert.length; i++) {
9126 callHook$1(
9127 dirsWithInsert[i], //新的指令值
9128 'inserted', //触发inserted钩子函数
9129 vnode, //新的vonde
9130 oldVnode //旧的vonde
9131 );
9132 }
9133 };
9134 if (isCreate) { //是否是第一次创建的指令
9135 mergeVNodeHook(
9136 vnode,

Callers 1

_updateFunction · 0.85

Calls 1

callHook$1Function · 0.85

Tested by

no test coverage detected