Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccuuu/vue-learning
/ functions
Functions
653 in github.com/ccuuu/vue-learning
⨍
Functions
653
◇
Types & classes
27
Method
_transform
(data: Buffer | string, encoding: string, done: Function)
src/server/template-renderer/template-stream.js:27
Function
add
( name: string, handler: Function, capture: boolean, passive: boolean )
src/platforms/web/runtime/modules/events.js:59
Method
alreadyRendered
src/server/template-renderer/index.js:191
Function
appendChild
(node: Node, child: Node)
src/platforms/web/runtime/node-ops.js:37
Method
apply
(compiler)
src/server/webpack-plugin/server.js:10
Function
applyTranslation
(c: VNode)
src/platforms/web/runtime/components/transition-group.js:179
Function
baseWarn
(msg: string, range?: Range)
src/compiler/helpers.js:9
Function
before
()
src/core/instance/lifecycle.js:245
Function
beforeMount
()
src/platforms/web/runtime/components/transition-group.js:37
Function
bind
(el: any, { value }: VNodeDirective, vnode: VNodeWithData)
src/platforms/web/runtime/directives/show.js:13
Function
bindDynamicKeys
(baseObj: Object, values: Array<any>)
src/core/instance/render-helpers/bind-dynamic-keys.js:14
Function
bindObjectListeners
(data: any, value: any)
src/core/instance/render-helpers/bind-object-listeners.js:5
Function
bindObjectProps
( data: any, tag: string, value: any, asProp: boolean, isSync?: boolean )
src/core/instance/render-helpers/bind-object-props.js:17
Function
blocker
(e)
src/platforms/web/runtime/modules/attrs.js:129
Function
boundFn
(a)
src/shared/util.js:193
Function
cacheVNode
()
src/core/components/keep-alive.js:74
Function
cachedWrite
(text, next)
src/server/write.js:27
Function
callPendingCbs
(c: VNode)
src/platforms/web/runtime/components/transition-group.js:164
Function
chars
(text: string, start: number, end: number)
src/compiler/parser/index.js:450
Function
checkKeyCodes
( eventKeyCode: number, key: string, builtInKeyCode?: number | Array<number>, eventKeyName?: string,
src/core/instance/render-helpers/check-keycodes.js:19
Method
child
()
src/core/vdom/vnode.js:69
Method
clear
()
src/core/util/env.js:84
Function
comment
(text: string, start, end)
src/compiler/parser/index.js:565
Function
componentUpdated
(el, binding, vnode)
src/platforms/web/runtime/directives/model.js:60
Method
constructor
(options: CompilerOptions)
src/compiler/codegen/index.js:45
Method
constructor
( tag?: string, data?: VNodeData, children?: ?Array<VNode>, text?: string, elm?: Node,
src/core/vdom/vnode.js:32
Method
constructor
()
src/core/util/env.js:75
Method
constructor
( vm: Component, //$watcher的观察对象,或computed的get,或渲染函数的updateComponent expOrFn: string | Function,
src/core/observer/watcher.js:46
Method
constructor
(value: any)
src/core/observer/index.js:42
Method
constructor
()
src/core/observer/dep.js:18
Method
constructor
(options: Object)
src/server/render-context.js:44
Method
constructor
(render: Function)
src/server/render-stream.js:25
Method
constructor
( open: string, close?: string, children?: Array<any>, normalizationType?: number )
src/server/optimizing-compiler/runtime-helpers.js:51
Method
constructor
(options = {})
src/server/webpack-plugin/client.js:6
Method
constructor
(options = {})
src/server/webpack-plugin/server.js:4
Method
constructor
(options: TemplateRendererOptions)
src/server/template-renderer/index.js:53
Method
constructor
( renderer: TemplateRenderer, template: ParsedTemplate, context: Object )
src/server/template-renderer/template-stream.js:14
Function
create
(_: any, vnode: VNodeWithData)
src/core/vdom/modules/ref.js:6
Function
createComment
(text: string)
src/platforms/web/runtime/node-ops.js:25
Function
createElement
(tagName: string, vnode: VNode)
src/platforms/web/runtime/node-ops.js:5
Function
createElementNS
(namespace: string, tagName: string)
src/platforms/web/runtime/node-ops.js:17
Function
createOnceHandler
(event, handler, capture)
src/platforms/web/runtime/modules/events.js:42
Function
createRenderer
(options?: Object = {})
src/platforms/web/entry-server-renderer.js:13
Function
createTextNode
(text: string)
src/platforms/web/runtime/node-ops.js:21
Function
created
()
src/core/components/keep-alive.js:93
Function
decode
(html: string)
src/compiler/parser/entity-decoder.js:6
Function
del
(target: Array<any> | Object, key: any)
src/core/observer/index.js:331
Method
depend
* Depend on all deps collected by this watcher.
src/core/observer/watcher.js:285
Function
destroy
(vnode: MountedComponentVNode)
src/core/vdom/create-component.js:94
Function
destroy
(vnode: VNodeWithData)
src/core/vdom/modules/ref.js:15
Function
destroyed
()
src/core/components/keep-alive.js:98
Function
end
(tag, start, end)
src/compiler/parser/index.js:437
Function
end
(tag: string, start: number)
src/sfc/parser.js:96
Function
escapeChar
(a)
src/platforms/web/server/util.js:54
Method
fileToIndex
src/server/webpack-plugin/client.js:39
Function
flushCallbacks
()
src/core/util/next-tick.js:19
Function
genData
(el: ASTElement)
src/platforms/web/compiler/modules/class.js:34
Function
genData
(el: ASTElement)
src/platforms/web/compiler/modules/style.js:35
Function
genFilterCode
(key: string)
src/compiler/codegen/events.js:213
Function
genNode
(node: ASTNode, state: CodegenState)
src/compiler/codegen/index.js:811
Function
genSSRNode
(el, state)
src/server/optimizing-compiler/codegen.js:97
Function
genStaticKeys
(keys: string)
src/compiler/optimizer.js:35
Function
get
()
src/core/index.js:13
Function
get
()
src/core/vdom/create-functional-component.js:76
Function
get
(target, key)
src/core/instance/proxy.js:76
Function
get
()
src/core/util/env.js:28
Function
getTagNamespace
(tag: string)
src/platforms/web/util/element.js:40
Method
has
(key: string | number)
src/core/util/env.js:78
Function
hasMove
(el: any, moveClass: string)
src/platforms/web/runtime/components/transition-group.js:136
Function
html
(el: ASTElement, dir: ASTDirective)
src/platforms/web/compiler/directives/html.js:5
Function
identity
(_: any)
src/shared/util.js:267
Function
init
(vnode: VNodeWithData, hydrating: boolean)
src/core/vdom/create-component.js:32
Function
insert
(vnode: MountedComponentVNode)
src/core/vdom/create-component.js:74
Function
insertBefore
(parentNode: Node, newNode: Node, referenceNode: Node)
src/platforms/web/runtime/node-ops.js:29
Function
inserted
(el, binding, vnode, oldVnode)
src/platforms/web/runtime/directives/model.js:23
Function
invoker
()
src/core/vdom/helpers/update-listeners.js:39
Function
isNotTextNode
(c: VNode)
src/platforms/web/runtime/components/transition.js:79
Function
isPreTag
(tag: ?string)
src/platforms/web/util/element.js:34
Function
isUnknownElement
(tag: string)
src/platforms/web/util/element.js:52
Function
isVShowDirective
src/platforms/web/runtime/components/transition.js:81
Function
isWhitespace
(node: VNode)
src/core/instance/render-helpers/resolve-slots.js:56
Function
markOnce
( tree: VNode | Array<VNode>, index: number, key: string )
src/core/instance/render-helpers/render-static.js:33
Function
mergeAssets
* Assets * * When a vm is present (instance creation), we need to do * a three-way merge between constructor options, instance * options and paren
src/core/util/options.js:197
Function
mergeHook
* Hooks and props are merged as arrays.
src/core/util/options.js:150
Function
merged
(a, b)
src/core/vdom/create-component.js:301
Function
model
( el: ASTElement, dir: ASTDirective, _warn: Function )
src/platforms/web/compiler/directives/model.js:25
Function
model
(node: VNodeWithData, dir: VNodeDirective)
src/platforms/web/server/directives/model.js:7
Function
mounted
()
src/core/components/keep-alive.js:104
Function
mustUseProp
(tag: string, type: ?string, attr: string)
src/platforms/web/util/attrs.js:11
Function
nativeBind
(fn: Function, ctx: Object)
src/shared/util.js:206
Function
nextSibling
(node: Node)
src/platforms/web/runtime/node-ops.js:45
Function
no
(a?: any, b?: any, c?: any)
src/shared/util.js:260
Function
noop
(a?: any, b?: any, c?: any)
src/shared/util.js:255
Function
noop
src/server/write.js:4
Function
normalizeFile
(file: string)
src/server/template-renderer/index.js:253
Function
normalized
()
src/core/vdom/helpers/normalize-scoped-slots.js:69
Function
on
(el: ASTElement, dir: ASTDirective)
src/compiler/directives/on.js:5
Function
on
()
src/core/instance/events.js:96
Function
onCompilationError
(err, vm)
src/server/render.js:27
Function
onCompositionEnd
(e)
src/platforms/web/runtime/directives/model.js:143
← previous
next →
501–600 of 653, ranked by callers