fix: AutoUpdateToast breaks HMR
This commit is contained in:
1
app.vue
1
app.vue
@ -3,7 +3,6 @@
|
|||||||
<NuxtLayout>
|
<NuxtLayout>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
<AutoUpdateToast />
|
|
||||||
</UApp>
|
</UApp>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
<ResearchReport ref="reportRef" />
|
<ResearchReport ref="reportRef" />
|
||||||
</div>
|
</div>
|
||||||
</UContainer>
|
</UContainer>
|
||||||
|
<AutoUpdateToast />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user