API evaluation

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-19 10:56:51 +07:00
parent fc7b933cc6
commit be33ef9186
7 changed files with 99 additions and 10 deletions

View file

@ -9,10 +9,16 @@ import Tab1 from "@/modules/06_evaluate/components/Tab1.vue"; // ชำนาญ
import Tab2 from "@/modules/06_evaluate/components/Tab2.vue"; //
import { useEvaluateStore } from "@/modules/06_evaluate/store";
import { useCounterMixin } from "@/stores/mixin";
const mixin = useCounterMixin();
const store = useEvaluateStore();
const router = useRouter();
const $q = useQuasar();
const { showLoader, hideLoader, messageError } = mixin;
onMounted(async () => {});
</script>
<template>
<div class="col-12 row justify-center">