移除冗余defineProps/Emits的import
This commit is contained in:
parent
a9d4e8ee50
commit
7dd7cc3e5a
@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import {defineEmits, defineProps, onMounted, ref} from 'vue';
|
||||
import {onMounted, ref} from 'vue';
|
||||
import {
|
||||
ElButton,
|
||||
ElForm,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user