MCPcopy Create free account

hub / github.com/ygs-code/vue / functions

Functions418 in github.com/ygs-code/vue

↓ 1 callersFunctionparseModifiers
(name)
vue.js:13976
↓ 1 callersFunctionparsePath
(path)
vue.js:660
↓ 1 callersFunctionparseStartTag
()
vue.js:12771
↓ 1 callersFunctionperformLeave
()
vue.js:11434
↓ 1 callersFunctionprocessAttrs
(el)
vue.js:13796
↓ 1 callersFunctionprocessComponent
(el)
vue.js:13786
↓ 1 callersFunctionprocessIf
(el)
vue.js:13654
↓ 1 callersFunctionprocessIfConditions
(el, parent)
vue.js:13673
↓ 1 callersFunctionprocessKey
(el)
vue.js:13579
↓ 1 callersFunctionprocessOnce
(el)
vue.js:13721
↓ 1 callersFunctionprocessPre
(el)
vue.js:13524
↓ 1 callersFunctionprocessRawAttrs
(el)
vue.js:13531
↓ 1 callersFunctionprocessRef
(el)
vue.js:13592
↓ 1 callersFunctionprocessSlot
(el)
vue.js:13729
↓ 1 callersFunctionqueueActivatedComponent
* Queue a kept-alive component that was activated during patch. 对补丁期间激活的kept-alive组件进行队列。 * The queue will be processed after the entire tree has
vue.js:4468
↓ 1 callersFunctionqueueWatcher
* Push a watcher into the watcher queue. *将一个观察者推入观察者队列。 * Jobs with duplicate IDs will be skipped unless it's id重复的作业将被跳过,除非是 * pushed when
vue.js:4491
↓ 1 callersFunctionreactivateComponent
( vnode, //新的vonde insertedVnodeQueue,// parentElm, refElm
vue.js:8254
↓ 1 callersFunctionregisterDeepBindings
(data)
vue.js:6566
↓ 1 callersFunctionremove$2
( event,//事件名称 handler, //转义过的事件 dom绑定的事件 capture, //事件俘获或是冒泡行为 _target //真实的d
vue.js:10473
↓ 1 callersFunctionremoveAndInvokeRemoveHook
(vnode, rm)
vue.js:8484
↓ 1 callersFunctionrenderClass
( staticClass, //静态class dynamicClass //动态calss )
vue.js:7519
↓ 1 callersFunctionrenderMixin
(Vue)
vue.js:6649
↓ 1 callersFunctionrepeat
(str, n)
vue.js:918
↓ 1 callersFunctionresetSchedulerState
* Reset the scheduler's state. * 重置调度程序的状态。 * 清空观察者watcher队列中的数据
vue.js:4372
↓ 1 callersFunctionresolveAsyncComponent
( factory, //函数工厂 baseCtor, //构造函数或者vue context //vue实例化 对象 )
vue.js:3452
↓ 1 callersFunctionresolveModifiedOptions
(Ctor)
vue.js:6894
↓ 1 callersFunctionsameInputType
(a, b)
vue.js:7900
↓ 1 callersFunctionset
(target, key, val)
vue.js:1572
↓ 1 callersFunctionshouldUpdateValue
(elm, checkVal)
vue.js:10588
↓ 1 callersFunctionsimpleNormalizeChildren
(children)
vue.js:3291
↓ 1 callersFunctionstateMixin
(Vue)
vue.js:5222
↓ 1 callersFunctionstringifyArray
(value)
vue.js:7564
↓ 1 callersFunctionstringifyObject
(value)
vue.js:7579
↓ 1 callersFunctiontransformModel
(options, data)
vue.js:6313
↓ 1 callersFunctionupdateChildComponent
( vm,// 虚拟dom vonde propsData, //props 数据属性 listeners, //事件 parentVnode, //父亲
vue.js:4192
↓ 1 callersFunctionupdateChildren
( parentElm, // 父亲dom oldCh, // 旧的虚拟dom newCh, // 新的虚拟dom i
vue.js:8515
↓ 1 callersFunctionupdateDirectives
(oldVnode, vnode)
vue.js:9061
↓ 1 callersFunctionwithMacroTask
* Wrap a function so that if any code inside triggers state change, 包装一个函数,如果内部的任何代码触发状态改变, * the changes are queued using a (macro) task instead
vue.js:2712
FunctionCodegenState
(options)
vue.js:14629
FunctionDep
()
vue.js:1002
FunctionFunctionalRenderContext
( data, // vonde 虚拟dom的属性数据 props, //props 属性 包含值和key children, //子节点 parent,
vue.js:5727
FunctionObserver
(value)
vue.js:1345
FunctionSet
()
vue.js:785
FunctionSub
(options)
vue.js:7021
FunctionVNode
( tag, /*当前节点的标签名*/ data, /*当前节点对应的对象,包含了具体的一些数据信息,是一个VNodeData类型,可以参考VNodeData类型中的数据信息*/
vue.js:1066
FunctionVue
(options)
vue.js:6942
FunctionWatcher
( vm, //vm dom expOrFn, //获取值的函数,或者是更新viwe试图函数 cb, //回调函数,回调值给回调函数 options, /
vue.js:4536
Function_enter
(_, vnode)
vue.js:11549
Functionadd$1
( event, //事件名称 handler, // 转义过的事件 执行事件静态类 once$$1, //是否只触发一次的状态 capture, //
vue.js:10447
FunctionappendChild
(node, child)
vue.js:7766
FunctionapplyTranslation
(c)
vue.js:12198
FunctionbaseWarn
(msg)
vue.js:9649
Functionbind$1
(el, dir)
vue.js:14609
FunctionbindObjectListeners
(data, value)
vue.js:5677
FunctionbindObjectProps
* Runtime helper for merging v-bind="object" into a VNode's data. * 用于将v-bind="object"合并到VNode的数据中的运行时助手。 * 检查value 是否是对象,并且为value 添加update
vue.js:5549
Functionblocker
(e)
vue.js:9357
FunctionboundFn
(a)
vue.js:289
FunctioncallPendingCbs
(c)
vue.js:12183
FunctioncheckKeyCodes
* Runtime helper for checking keyCodes from config. 用于从配置中检查密钥代码的运行时帮助程序。 * exposed as Vue.prototype._k 暴露为Vue.prototype._k * passing in eve
vue.js:5520
FunctioncopyAugment
(target, src, keys)
vue.js:1421
FunctioncreateComment
(text)
vue.js:7750
FunctioncreateElement$1
(tagName, vnode)
vue.js:7717
FunctioncreateElementNS
(namespace, tagName)
vue.js:7736
FunctioncreateTextNode
(text)
vue.js:7745
Functiondel
* Delete a property and trigger change if necessary. * 删除属性并在必要时触发更改数据。
vue.js:1621
FunctionflushCallbacks
()
vue.js:2615
FunctionflushSchedulerQueue
* Flush both queues and run the watchers. 刷新两个队列并运行监视程序。 * 更新观察者 运行观察者watcher.run() 函数 并且 调用组件更新和激活的钩子
vue.js:4385
FunctiongenData
(el)
vue.js:12392
FunctiongenData$1
(el)
vue.js:12445
FunctiongenFilterCode
(key)
vue.js:14578
FunctiongenNode
(node, state)
vue.js:15205
FunctiongenStaticKeys$1
(keys)
vue.js:14319
FunctiongetTagNamespace
(tag)
vue.js:7637
Functionhtml
(el, dir)
vue.js:14210
Functionidentity
(_)
vue.js:400
FunctioninsertBefore
(parentNode, newNode, referenceNode)
vue.js:7755
Functioninvoker
()
vue.js:3022
FunctionisPreTag
(tag)
vue.js:7628
FunctionisUnknownElement
(tag)
vue.js:7656
FunctionisWhitespace
(node)
vue.js:3843
FunctionmarkOnce
* Runtime helper for v-once. v的运行时助手。 * Effectively it means marking the node as static with a unique key. * 实际上,这意味着使用唯一键将节点标记为静态。 * 标
vue.js:5640
FunctionmergeAssets
* Assets * * When a vm is present (instance creation), we need to do * a three-way merge between constructor options, instance * o
vue.js:1853
FunctionmergeHook
* Hooks and props are merged as arrays. * 钩子和道具被合并成数组。 * 判断childVal存在么?如果不存在 则返回parentVal * 如果childVal存在 则判断parentVal存在么。如果parentVal存在则
vue.js:1822
Functionmodel
( el, //虚拟dom dir, // v-model 属性的key和值 _warn //警告日志函数 )
vue.js:10091
FunctionmustUseProp
(tag, type, attr)
vue.js:7433
FunctionnativeBind
(fn, ctx)
vue.js:303
FunctionnextSibling
(node)
vue.js:7776
Functionno
(a, b, c)
vue.js:392
Functionnoop
* Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/201
vue.js:385
Functionon
()
vue.js:3679
FunctiononCompositionEnd
(e)
vue.js:11760
FunctiononCompositionStart
(e)
vue.js:11756
FunctiononEnd
(e)
vue.js:11029
FunctionparentNode
(node)
vue.js:7771
FunctionpolyfillBind
(fn, ctx)
vue.js:288
FunctionpreTransformNode
( el, //虚拟dom vonde options )
vue.js:14083
FunctionprotoAugment
* Augment an target Object or Array by intercepting * the prototype chain using __proto__ * 通过拦截来增强目标对象或数组 * 使用原型原型链 * target 目标对象
vue.js:1405
FunctionrecordPosition
(c)
vue.js:12194
Functionremove$1
(event, fn)
vue.js:3626
FunctionremoveChild
(node, child)
vue.js:7761
← previousnext →301–400 of 418, ranked by callers