Vue version
3.5.26
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-itypu19n?file=index.html
Steps to reproduce
The code simplifies the actual scenario by returning the code string of the "render" method through the "compute()" method in Vue compiler-dom for the template part of a loading component, and finally running it through "vue. global. js". But the browser console prompts:
"[Vue warn]: Property undefined was accessed during render but is not defined on instance.
at Demo timeout=30 event_id=0 error=false
at App"
What exactly happened here?
(I use Option API)
What is expected?
no warn
What is actually happening?
?
System Info
Any additional comments?
No response