1
This commit is contained in:
@@ -426,8 +426,8 @@ onMounted(async () => {
|
||||
<img src="/image/111.png" alt="ERP Logo" class="main-icon"/>
|
||||
</div>
|
||||
</div>
|
||||
<keep-alive>
|
||||
<component v-if="activeDashboard" :is="activeDashboard"/>
|
||||
<keep-alive v-if="activeDashboard">
|
||||
<component :is="activeDashboard" :key="activeMenu"/>
|
||||
</keep-alive>
|
||||
<div v-if="showPlaceholder" class="placeholder">
|
||||
<div class="placeholder-card">
|
||||
|
||||
Reference in New Issue
Block a user