From 7eea5a53c3421682289e1176ec278a9bce178c6e Mon Sep 17 00:00:00 2001 From: mohsin-r Date: Thu, 19 Sep 2024 14:41:06 -0400 Subject: [PATCH] Fake changes --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 984f183..bc503ca 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,7 @@ import { useStore } from '@/store'; import merge from 'deepmerge'; class API { + // FAKE CHANGES readonly $vApp: ComponentPublicInstance; constructor(el: HTMLElement, configs?: RampConfigs, options?: RampOptions) {