mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
feat(tracker): added actions monitoring
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user