Преглед на файлове

fix: 删除无用变量

Lee преди 1 ден
родител
ревизия
7fb885961e
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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
   }>()