Closed
Description
Vue version
3.5.12
Link to minimal reproduction
Steps to reproduce
Click on refresh button.
What is expected?
option with value === '500' should have selected
attribute on SSR
What is actually happening?
option receives selected
attribute only on CSR, you may see 'xxxxxxxx' option is selected for a moment after pressing 'refresh'
System Info
No response
Any additional comments?
Found similar issue, but in my case it happens only when option have v-for attribute
#5339