Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Dec 6, 2024
1 parent c926a93 commit bff7045
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ 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!")
}



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')
Expand Down

0 comments on commit bff7045

Please sign in to comment.