()
| 60 | } |
| 61 | |
| 62 | export async function useUploadFileDialog() { |
| 63 | return (await useMountComponent().mount<string>(UploadFileDialogVue)) || ""; |
| 64 | } |
| 65 | |
| 66 | export async function useSelectInstances(data: UserInstance[] = []) { |
| 67 | return await useMountComponent({ |
nothing calls this directly
no test coverage detected