소스 검색

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