fix
This commit is contained in:
@@ -28,6 +28,18 @@ const configStore = useConfigStore()
|
||||
>
|
||||
<VProgressCircular indeterminate />
|
||||
</VOverlay>
|
||||
<VSnackbar v-model="store.getters.getSuccessMsg" :timeout="5000" location="top end" variant="flat"
|
||||
color="success">
|
||||
<VIcon
|
||||
class="ri-success-line success-icon"
|
||||
/> {{ store.getters.getShowMsg }}
|
||||
</VSnackbar>
|
||||
<VSnackbar v-model="store.getters.getErrorMsg" :timeout="5000" location="top end" variant="flat"
|
||||
color="error">
|
||||
<VIcon
|
||||
class="ri-success-line success-icon"
|
||||
/> {{ store.getters.getShowMsg }}
|
||||
</VSnackbar>
|
||||
<VLocaleProvider :rtl="configStore.isAppRTL">
|
||||
<!-- ℹ️ This is required to set the background color of active nav link based on currently active global theme's primary -->
|
||||
<VApp :style="`--v-global-theme-primary: ${hexToRgb(global.current.value.colors.primary)}`">
|
||||
|
Reference in New Issue
Block a user