no message
This commit is contained in:
parent
d85f67506f
commit
f83b879314
1 changed files with 4 additions and 8 deletions
|
|
@ -4,6 +4,7 @@ import { useQuasar } from "quasar";
|
|||
import http from "@/plugins/http";
|
||||
import config from "@/app.config";
|
||||
|
||||
/** importType*/
|
||||
import type { QTableProps } from "quasar";
|
||||
import type { ItemsMenu } from "@/modules/02_users/interface/index/Main";
|
||||
import type { Users } from "@/modules/02_users/interface/response/Main";
|
||||
|
|
@ -14,15 +15,10 @@ import DialogAddUser from "@/modules/02_users/components/Users/DialogAddUser.vue
|
|||
/** importStore*/
|
||||
import { useCounterMixin } from "@/stores/mixin";
|
||||
|
||||
/** use*/
|
||||
const $q = useQuasar();
|
||||
const {
|
||||
date2Thai,
|
||||
dialogRemove,
|
||||
messageError,
|
||||
showLoader,
|
||||
hideLoader,
|
||||
success,
|
||||
} = useCounterMixin();
|
||||
const { dialogRemove, messageError, showLoader, hideLoader, success } =
|
||||
useCounterMixin();
|
||||
|
||||
/** Table*/
|
||||
const rows = ref<Users[]>([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue