Skip to content

[HMR] Something went wrong during Vue component hot-reload. Full reload required. #10818

Closed
@superCong

Description

@superCong

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions