()
| 89 | } |
| 90 | |
| 91 | export async function useCmdAssistantDialog() { |
| 92 | return await useMountComponent().mount<string>(CmdAssistantDialog); |
| 93 | } |
| 94 | |
| 95 | export async function usePortEditDialog(data: PortConfigItem[] = []) { |
| 96 | return ( |
nothing calls this directly
no test coverage detected