Closed
Description
Vue version
3.4.25、3.4.24
Link to minimal reproduction
/
Steps to reproduce
<script setup lang="ts"> </script> <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>
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