MCPcopy
hub / github.com/vueuse/vue-demi / directive

Method directive

lib/v2.7/index.d.ts:29–29  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

27 mixin: VueConstructor['mixin']
28 component: VueConstructor['component']
29 directive(name: string): Directive | undefined
30 directive(name: string, directive: Directive): this
31 provide<T>(key: InjectionKey<T> | string, value: T): this
32 mount: Vue['$mount']

Callers 3

createAppFunction · 0.80
createAppFunction · 0.80
index.cjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected