浏览代码

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