เพิ่ม responsive

This commit is contained in:
puri-ph4tt 2024-02-06 11:19:42 +07:00
parent 9bcc2de615
commit 0541697d99
3 changed files with 14 additions and 3 deletions

View file

@ -18,6 +18,7 @@ import { useCounterMixin } from "@/stores/mixin";
export const useSupportStore = defineStore("supportServiceStore", () => {
const { showLoader, hideLoader, messageError } = useCounterMixin();
const $q = useQuasar();
const isOpen = ref<boolean>(false);
const icon = ref<string>("mdi-account-check");
const userId = ref<string | undefined>(keycloak.subject);
const userStatus = ref<SupportUserStatus[]>([]);
@ -227,6 +228,7 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
sendMessage,
newIssue,
searchIssue,
isOpen,
items,
socket,
scrollContainer,