代码格式修复

This commit is contained in:
李琦
2026-01-20 09:13:51 +08:00
parent 1e2044c0d4
commit c1324aa87c
26 changed files with 51 additions and 53 deletions

View File

@@ -32,7 +32,7 @@
<script setup lang="ts">
import { ref, computed, onMounted } from 'vue'
import { fetchEmailSuffixes, type EmailSuffix } from '../../services/api'
import { fetchEmailSuffixes } from '../../services/api'
const props = defineProps<{
name: string