فهرست منبع

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
   }>()