`_cache` is not initialised in SSR
Vue version
2774ba5
Link to minimal reproduction
Steps to reproduce
Look at generated SSR code
What is expected?
_cache
should be initialised
What is actually happening?
_cache[0]
is referenced without ever initialising or importing the cache. This results in a hard crash on trying to render the component.
System Info
No response
Any additional comments?
No response