fix: AutoUpdateToast breaks HMR

This commit is contained in:
AnotiaWang
2025-02-17 18:24:12 +08:00
parent 78bdfd3282
commit d4d3351ecf
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<NuxtLayout> <NuxtLayout>
<NuxtPage /> <NuxtPage />
</NuxtLayout> </NuxtLayout>
<AutoUpdateToast />
</UApp> </UApp>
</template> </template>

View File

@ -46,6 +46,7 @@
<ResearchReport ref="reportRef" /> <ResearchReport ref="reportRef" />
</div> </div>
</UContainer> </UContainer>
<AutoUpdateToast />
</div> </div>
</template> </template>