adminforth 2.0.7-next.2 → 2.0.7-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/spa/src/App.vue +6 -0
- package/package.json +1 -1
package/dist/spa/src/App.vue
CHANGED
|
@@ -429,6 +429,12 @@ function closeCTA() {
|
|
|
429
429
|
}
|
|
430
430
|
const hash = ctaBadge.value.hash;
|
|
431
431
|
window.localStorage.setItem(`ctaBadge-${hash}`, '1');
|
|
432
|
+
nextTick( async() => {
|
|
433
|
+
loadMenu();
|
|
434
|
+
await coreStore.fetchMenuBadges();
|
|
435
|
+
adminforth.menu.refreshMenuBadges();
|
|
436
|
+
})
|
|
437
|
+
|
|
432
438
|
}
|
|
433
439
|
|
|
434
440
|
|