delete import defineProps
This commit is contained in:
parent
f912b7a353
commit
42072ddcb5
8 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, defineProps, watch, reactive } from "vue";
|
||||
import { ref, watch, reactive } from "vue";
|
||||
import { useAppealComplainStore } from "@/modules/11_discipline/store/AppealComplainStore";
|
||||
import { useQuasar } from "quasar";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue