# hostinger/3.0.78/vue-frontend/src/utils/directives/index.ts

Hostinger Tools, version 3.0.78. 8 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.78/code/vue-frontend/src/utils/directives/index.ts
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.78/raw/vue-frontend/src/utils/directives/index.ts
- Modified: 2025-09-09T07:18:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/hostinger/3.0.78/code/vue-frontend/src/utils/directives/index.ts#L10-L20`.

```typescript
import { App } from "vue";

import { vTooltip } from "@/utils/directives/tooltipDirective";

export const setDirectives = (app: App) => {
	app.directive("tooltip", vTooltip);
};

```
