mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Update BToaster to BToastOrchestrator
This commit is contained in:
parent
0dc24b6763
commit
829eb96474
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div id="app" class="d-flex flex-column dvh-100" :style="colorStore.cssVars">
|
<div id="app" class="d-flex flex-column dvh-100" :style="colorStore.cssVars">
|
||||||
<NavBar />
|
<NavBar />
|
||||||
<BToaster></BToaster>
|
<BToastOrchestrator></BToastOrchestrator>
|
||||||
<BodyLayout class="flex-fill overflow-auto" />
|
<BodyLayout class="flex-fill overflow-auto" />
|
||||||
<NavFooter />
|
<NavFooter />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user