The default value of defineModel is not ssr friendly
Vue version
3.4.18
Link to minimal reproduction
Steps to reproduce
You can get this error just using defineModel inside any component and using its default value. Both if it is used inside a tag style or you just print it as plain text, you will get a hydration error. Ssr must be enabled
What is expected?
The default value should be also set server side
What is actually happening?
The default value is not set server side
System Info
No response
Any additional comments?
No response