In Vue v3, I want to create a ref with a type that is possibly null. In my app, it represents data that starts out null until it finishes loading.
As a contrived example: