You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Vue's runtime template, passing rootProps of type ref triggers a props validation error. Simply clicking the link to enter the page and opening the console will show the warning message.
What is expected?
When using Vue's runtime template, passing rootProps of type ref triggers a props validation error. This behavior differs from how ref is automatically unwrapped when used in an App.vue template. Simply clicking the link to enter the page and opening the console will show the warning message.
What is actually happening?
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
@LinusBorg I think this is wrong, if I pass.value, it will lose the responsiveness, but if I write it in a single file, it is OK, so can you give me a specific explanation?
Vue version
3.5.6
Link to minimal reproduction
https://codesandbox.io/p/sandbox/romantic-hugle-2j4fhj
Steps to reproduce
When using Vue's runtime template, passing rootProps of type ref triggers a props validation error. Simply clicking the link to enter the page and opening the console will show the warning message.
What is expected?
When using Vue's runtime template, passing rootProps of type ref triggers a props validation error. This behavior differs from how ref is automatically unwrapped when used in an App.vue template. Simply clicking the link to enter the page and opening the console will show the warning message.
What is actually happening?
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: