Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ functions
Functions
418 in github.com/ygs-code/vue
⨍
Functions
418
◇
Types & classes
0
↓ 1 callers
Function
parseModifiers
(name)
vue.js:13976
↓ 1 callers
Function
parsePath
(path)
vue.js:660
↓ 1 callers
Function
parseStartTag
()
vue.js:12771
↓ 1 callers
Function
performLeave
()
vue.js:11434
↓ 1 callers
Function
processAttrs
(el)
vue.js:13796
↓ 1 callers
Function
processComponent
(el)
vue.js:13786
↓ 1 callers
Function
processIf
(el)
vue.js:13654
↓ 1 callers
Function
processIfConditions
(el, parent)
vue.js:13673
↓ 1 callers
Function
processKey
(el)
vue.js:13579
↓ 1 callers
Function
processOnce
(el)
vue.js:13721
↓ 1 callers
Function
processPre
(el)
vue.js:13524
↓ 1 callers
Function
processRawAttrs
(el)
vue.js:13531
↓ 1 callers
Function
processRef
(el)
vue.js:13592
↓ 1 callers
Function
processSlot
(el)
vue.js:13729
↓ 1 callers
Function
queueActivatedComponent
* 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 callers
Function
queueWatcher
* Push a watcher into the watcher queue. *将一个观察者推入观察者队列。 * Jobs with duplicate IDs will be skipped unless it's id重复的作业将被跳过,除非是 * pushed when
vue.js:4491
↓ 1 callers
Function
reactivateComponent
( vnode, //新的vonde insertedVnodeQueue,// parentElm, refElm
vue.js:8254
↓ 1 callers
Function
registerDeepBindings
(data)
vue.js:6566
↓ 1 callers
Function
remove$2
( event,//事件名称 handler, //转义过的事件 dom绑定的事件 capture, //事件俘获或是冒泡行为 _target //真实的d
vue.js:10473
↓ 1 callers
Function
removeAndInvokeRemoveHook
(vnode, rm)
vue.js:8484
↓ 1 callers
Function
renderClass
( staticClass, //静态class dynamicClass //动态calss )
vue.js:7519
↓ 1 callers
Function
renderMixin
(Vue)
vue.js:6649
↓ 1 callers
Function
repeat
(str, n)
vue.js:918
↓ 1 callers
Function
resetSchedulerState
* Reset the scheduler's state. * 重置调度程序的状态。 * 清空观察者watcher队列中的数据
vue.js:4372
↓ 1 callers
Function
resolveAsyncComponent
( factory, //函数工厂 baseCtor, //构造函数或者vue context //vue实例化 对象 )
vue.js:3452
↓ 1 callers
Function
resolveModifiedOptions
(Ctor)
vue.js:6894
↓ 1 callers
Function
sameInputType
(a, b)
vue.js:7900
↓ 1 callers
Function
set
(target, key, val)
vue.js:1572
↓ 1 callers
Function
shouldUpdateValue
(elm, checkVal)
vue.js:10588
↓ 1 callers
Function
simpleNormalizeChildren
(children)
vue.js:3291
↓ 1 callers
Function
stateMixin
(Vue)
vue.js:5222
↓ 1 callers
Function
stringifyArray
(value)
vue.js:7564
↓ 1 callers
Function
stringifyObject
(value)
vue.js:7579
↓ 1 callers
Function
transformModel
(options, data)
vue.js:6313
↓ 1 callers
Function
updateChildComponent
( vm,// 虚拟dom vonde propsData, //props 数据属性 listeners, //事件 parentVnode, //父亲
vue.js:4192
↓ 1 callers
Function
updateChildren
( parentElm, // 父亲dom oldCh, // 旧的虚拟dom newCh, // 新的虚拟dom i
vue.js:8515
↓ 1 callers
Function
updateDirectives
(oldVnode, vnode)
vue.js:9061
↓ 1 callers
Function
withMacroTask
* Wrap a function so that if any code inside triggers state change, 包装一个函数,如果内部的任何代码触发状态改变, * the changes are queued using a (macro) task instead
vue.js:2712
Function
CodegenState
(options)
vue.js:14629
Function
Dep
()
vue.js:1002
Function
FunctionalRenderContext
( data, // vonde 虚拟dom的属性数据 props, //props 属性 包含值和key children, //子节点 parent,
vue.js:5727
Function
Observer
(value)
vue.js:1345
Function
Set
()
vue.js:785
Function
Sub
(options)
vue.js:7021
Function
VNode
( tag, /*当前节点的标签名*/ data, /*当前节点对应的对象,包含了具体的一些数据信息,是一个VNodeData类型,可以参考VNodeData类型中的数据信息*/
vue.js:1066
Function
Vue
(options)
vue.js:6942
Function
Watcher
( vm, //vm dom expOrFn, //获取值的函数,或者是更新viwe试图函数 cb, //回调函数,回调值给回调函数 options, /
vue.js:4536
Function
_enter
(_, vnode)
vue.js:11549
Function
add$1
( event, //事件名称 handler, // 转义过的事件 执行事件静态类 once$$1, //是否只触发一次的状态 capture, //
vue.js:10447
Function
appendChild
(node, child)
vue.js:7766
Function
applyTranslation
(c)
vue.js:12198
Function
baseWarn
(msg)
vue.js:9649
Function
bind$1
(el, dir)
vue.js:14609
Function
bindObjectListeners
(data, value)
vue.js:5677
Function
bindObjectProps
* Runtime helper for merging v-bind="object" into a VNode's data. * 用于将v-bind="object"合并到VNode的数据中的运行时助手。 * 检查value 是否是对象,并且为value 添加update
vue.js:5549
Function
blocker
(e)
vue.js:9357
Function
boundFn
(a)
vue.js:289
Function
callPendingCbs
(c)
vue.js:12183
Function
checkKeyCodes
* Runtime helper for checking keyCodes from config. 用于从配置中检查密钥代码的运行时帮助程序。 * exposed as Vue.prototype._k 暴露为Vue.prototype._k * passing in eve
vue.js:5520
Function
copyAugment
(target, src, keys)
vue.js:1421
Function
createComment
(text)
vue.js:7750
Function
createElement$1
(tagName, vnode)
vue.js:7717
Function
createElementNS
(namespace, tagName)
vue.js:7736
Function
createTextNode
(text)
vue.js:7745
Function
del
* Delete a property and trigger change if necessary. * 删除属性并在必要时触发更改数据。
vue.js:1621
Function
flushCallbacks
()
vue.js:2615
Function
flushSchedulerQueue
* Flush both queues and run the watchers. 刷新两个队列并运行监视程序。 * 更新观察者 运行观察者watcher.run() 函数 并且 调用组件更新和激活的钩子
vue.js:4385
Function
genData
(el)
vue.js:12392
Function
genData$1
(el)
vue.js:12445
Function
genFilterCode
(key)
vue.js:14578
Function
genNode
(node, state)
vue.js:15205
Function
genStaticKeys$1
(keys)
vue.js:14319
Function
getTagNamespace
(tag)
vue.js:7637
Function
html
(el, dir)
vue.js:14210
Function
identity
(_)
vue.js:400
Function
insertBefore
(parentNode, newNode, referenceNode)
vue.js:7755
Function
invoker
()
vue.js:3022
Function
isPreTag
(tag)
vue.js:7628
Function
isUnknownElement
(tag)
vue.js:7656
Function
isWhitespace
(node)
vue.js:3843
Function
markOnce
* Runtime helper for v-once. v的运行时助手。 * Effectively it means marking the node as static with a unique key. * 实际上,这意味着使用唯一键将节点标记为静态。 * 标
vue.js:5640
Function
mergeAssets
* Assets * * When a vm is present (instance creation), we need to do * a three-way merge between constructor options, instance * o
vue.js:1853
Function
mergeHook
* Hooks and props are merged as arrays. * 钩子和道具被合并成数组。 * 判断childVal存在么?如果不存在 则返回parentVal * 如果childVal存在 则判断parentVal存在么。如果parentVal存在则
vue.js:1822
Function
model
( el, //虚拟dom dir, // v-model 属性的key和值 _warn //警告日志函数 )
vue.js:10091
Function
mustUseProp
(tag, type, attr)
vue.js:7433
Function
nativeBind
(fn, ctx)
vue.js:303
Function
nextSibling
(node)
vue.js:7776
Function
no
(a, b, c)
vue.js:392
Function
noop
* Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/201
vue.js:385
Function
on
()
vue.js:3679
Function
onCompositionEnd
(e)
vue.js:11760
Function
onCompositionStart
(e)
vue.js:11756
Function
onEnd
(e)
vue.js:11029
Function
parentNode
(node)
vue.js:7771
Function
polyfillBind
(fn, ctx)
vue.js:288
Function
preTransformNode
( el, //虚拟dom vonde options )
vue.js:14083
Function
protoAugment
* Augment an target Object or Array by intercepting * the prototype chain using __proto__ * 通过拦截来增强目标对象或数组 * 使用原型原型链 * target 目标对象
vue.js:1405
Function
recordPosition
(c)
vue.js:12194
Function
remove$1
(event, fn)
vue.js:3626
Function
removeChild
(node, child)
vue.js:7761
← previous
next →
301–400 of 418, ranked by callers