### Vue version 3.4.25、3.4.24 ### Link to minimal reproduction / ### Steps to reproduce <script setup lang="ts"> </script> <template> <v-app> <v-layout class="rounded rounded-md"> <v-app-bar color="surface-variant" title="Application bar"></v-app-bar> <v-navigation-drawer> <v-list> <v-list-item title="Drawer left"></v-list-item> </v-list> </v-navigation-drawer> <v-navigation-drawer location="right"> <v-list> <v-list-item title="Drawer right"></v-list-item> </v-list> </v-navigation-drawer> <v-main class="d-flex align-center justify-center" style="min-height: 300px;"> Main Content </v-main> </v-layout> </v-app> </template> ### What is expected? Modify content and update web pages in real-time ### What is actually happening? ![上传image.png...]() 3.4.25、3.4.24:These two versions are unable to update web pages in real-time, while the other versions are functioning normally ### System Info _No response_ ### Any additional comments? _No response_