Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ resolveDirective
Function
resolveDirective
packages/runtime-core/src/helpers/resolveAssets.ts:46–48 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
44
* @private
45
*/
46
export
function
resolveDirective(name: string): Directive | undefined {
47
return
resolveAsset(DIRECTIVES, name)
48
}
49
50
/**
51
* v2 compat only
Callers
5
convertLegacyDirectives
Function · 0.90
ssrRender
Function · 0.85
setup
Function · 0.85
setup
Function · 0.85
resolveAssets.spec.ts
File · 0.85
Calls
1
resolveAsset
Function · 0.85
Tested by
3
ssrRender
Function · 0.68
setup
Function · 0.68
setup
Function · 0.68