remove defineEmits import

This commit is contained in:
pa
2025-09-28 22:14:46 +09:00
committed by Natsumi
parent 43a433b8b3
commit 8941bebad2
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
</template>
<script setup>
import { watch, defineEmits } from 'vue';
import { watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { arraysMatch } from '../../../shared/utils';

View File

@@ -95,7 +95,7 @@
import { Loading } from '@element-plus/icons-vue';
import { ElMessage } from 'element-plus';
import { watch, defineEmits } from 'vue';
import { watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { avatarRequest } from '../../../api';
import { useAvatarStore } from '../../../stores';