From c926a93dde003d4e6898b0ada36cbee6d37ab74c Mon Sep 17 00:00:00 2001 From: wjymtg Date: Fri, 6 Dec 2024 18:36:11 +0800 Subject: [PATCH] test --- src/main.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.ts b/src/main.ts index 3e20f5c..e93bd00 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,6 +6,12 @@ import { createPinia } from 'pinia' import { ModelSelect } from '@/components/model-select/' export const showModelSelect = (options: { [x: string]: unknown } | null | undefined) => { + if (true) { + console.log("test workflow!") + } + + + let isMounted = false const uniqueId = `bizyair-model-select-${Date.now()}-${Math.random().toString(36).substr(2, 9)}` const container = document.createElement('div')