fix: code lint

This commit is contained in:
Netfan
2025-01-09 13:04:14 +08:00
parent 2828e7a7b6
commit 99c7fd72f8
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
<script setup lang="ts">
import type { SetupContext } from 'vue';
import { computed, ref, useSlots } from 'vue';
import { VbenTooltip } from '@vben-core/shadcn-ui';
@@ -25,7 +27,7 @@ const props = withDefaults(
const open = ref(false);
const slots = useSlots();
const slots: SetupContext['slots'] = useSlots();
const tabs = computed(() => {
return props.files.map((file) => {