For globally defined Directives Here is an example of adding a directive VTooltip as global directive:
VTooltip
import VTooltip from 'v-tooltip'declare module '@vue/runtime-core' { interface GlobalDirectives { VTooltip }} Copy
import VTooltip from 'v-tooltip'declare module '@vue/runtime-core' { interface GlobalDirectives { VTooltip }}
For globally defined Directives Here is an example of adding a directive
VTooltip
as global directive:Example