mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat(tracker): added actions monitoring
This commit is contained in:
parent
40872859a5
commit
bfc2e24bbf
7 changed files with 26 additions and 1 deletions
7
src/shims.d.ts
vendored
7
src/shims.d.ts
vendored
|
@ -1,3 +1,10 @@
|
|||
import type { TrackerService } from './modules/tracker/tracker.types';
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$tracker: TrackerService;
|
||||
}
|
||||
}
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { ComponentOptions, ComponentOptions } from 'vue';
|
||||
const Component: ComponentOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue