Explorar o código

fix: 删除无用变量

Lee hai 1 día
pai
achega
7fb885961e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      app/components/consultation-modal.vue

+ 0 - 4
app/components/consultation-modal.vue

@@ -164,10 +164,6 @@
   const props = defineProps<{
     modelValue: boolean
   }>()
-
-  // eslint-disable-next-line @typescript-eslint/no-unused-vars
-  const _ = props
-
   const emit = defineEmits<{
     (e: 'update:modelValue', value: boolean): void
   }>()