Wait for Vue detection to complete. Call this in app setup if you need
to guarantee Vue APIs are available before the first signal() call.
Returns Promise<void>
Example
import { waitForVueDetection, signal } from'vapor-chamber'; awaitwaitForVueDetection(); constcount = signal(0); // guaranteed to use Vue ref() if available
Wait for Vue detection to complete. Call this in app setup if you need to guarantee Vue APIs are available before the first signal() call.