เพิ่ม responsive
This commit is contained in:
parent
9bcc2de615
commit
0541697d99
3 changed files with 14 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue