fix defineProps

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-08 14:14:38 +07:00
parent 9c79269266
commit b356eef92f

View file

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