### Vue version 3.4.10 ### Link to minimal reproduction https://stackblitz.com/edit/vue-issues-10081 ### Steps to reproduce ```vue <template> <div> <span :draggable="undefined" /> </div> </template> ```  ### What is expected? No hydration error ### What is actually happening? Hydration error ### System Info _No response_ ### Any additional comments? _No response_