强化前端格式检测

This commit is contained in:
yml2213
2026-06-08 06:46:47 +08:00
parent 500f511185
commit 04f42e5a96
23 changed files with 17 additions and 64 deletions
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Filter, Refresh, ArrowDown } from '@element-plus/icons-vue'
import { Filter, Refresh } from '@element-plus/icons-vue'
import { ElButton, ElIcon } from 'element-plus'
import RangeFilter from './RangeFilter.vue'
import StringFilter from './StringFilter.vue'
@@ -12,7 +12,7 @@ interface Props {
sortBy: string
}
const props = defineProps<Props>()
defineProps<Props>()
const emit = defineEmits<{
'update:activeZone': [value: string]