fix notifications

This commit is contained in:
kandrusyak
2022-11-27 18:49:04 +03:00
parent 4068bb7a33
commit 87329785c7
3 changed files with 14 additions and 11 deletions

View File

@@ -16,15 +16,17 @@
:updated-clients="updatedClients",
@reset-updated-clients="resetUpdatedClients"
)
the-notification-provider
</template>
<script>
import TheHeader from "@/components/TheHeader";
import TheSidebar from "@/components/TheSidebar";
import TheNotificationProvider from "@/components/Notifications/TheNotificationProvider";
export default {
name: "LoggedInLayout",
components: { TheHeader, TheSidebar },
components: { TheNotificationProvider, TheHeader, TheSidebar },
data() {
return {
isOpenForm: false,