🎨 update eslint.config.js

This commit is contained in:
landaiqing
2024-11-05 17:43:34 +08:00
parent 462818ff9d
commit 2263ff213c
4 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import { ref, computed, watch, onMounted } from 'vue';
import Tooltip from '../tooltip/Tooltip.vue';
import { useResizeObserver } from '../utils';
interface Props {
maxWidth?: string | number // 文本最大宽度,单位 px