diff --git a/components/chat/components/ChatList.vue b/components/chat/components/ChatList.vue index f83c30c..1e1fa16 100644 --- a/components/chat/components/ChatList.vue +++ b/components/chat/components/ChatList.vue @@ -109,12 +109,12 @@ :preserve-search="true" >
- {{ values.length }} فیلتر + > -->
چیزی یافت نشد. @@ -239,12 +239,12 @@ :preserve-search="true" >
- {{ values.length }} فیلتر + > -->
چیزی یافت نشد. @@ -1339,12 +1339,12 @@ :preserve-search="true" >
- {{ values.length }} فیلتر + > -->
چیزی یافت نشد. diff --git a/mixins/forwardMixin.js b/mixins/forwardMixin.js index e0203d4..bdde7ea 100644 --- a/mixins/forwardMixin.js +++ b/mixins/forwardMixin.js @@ -80,7 +80,7 @@ export default { // } }, closeForwardModal() { - $("#base-modal").modal("hide"); + // $("#base-modal").modal("hide"); setTimeout(() => { this.showForwardModal = false; diff --git a/mixins/mountedMixin.js b/mixins/mountedMixin.js index a28cf4d..db8d7a9 100644 --- a/mixins/mountedMixin.js +++ b/mixins/mountedMixin.js @@ -111,10 +111,10 @@ export default { this.buttonName = "answers"; } } - + const { $eventBus } = useNuxtApp(); // events fired from Auth.vue and authMixin.js // event fired from authMixin.js - this.$root.$on("authenticated-by-modal", () => { + $eventBus.on("authenticated-by-modal", () => { // this.$route.query["invite-id"] = undefined; this.$set(this.$route.query, "invite-id", undefined); this.getUserPermissionTags(); diff --git a/pages/Chat.vue b/pages/Chat.vue index de0729f..1563279 100644 --- a/pages/Chat.vue +++ b/pages/Chat.vue @@ -9,7 +9,7 @@
-
+
-
+