fet datatable

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-02 15:52:29 +07:00
parent 18279f14de
commit 40bb678b22

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, reactive, watch, defineProps } from "vue";
import { ref, watch, defineProps } from "vue";
import { useQuasar } from "quasar";
import http from "@/plugins/http";
import config from "@/app.config";