✨ refine MyUI
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, watch, onMounted } from 'vue';
|
||||
import { useResizeObserver } from '../utils';
|
||||
import { useResizeObserver } from '../Utils';
|
||||
interface Props {
|
||||
maxWidth?: string | number // 文本最大宽度,单位 px
|
||||
tooltipMaxWidth?: string | number // 弹出提示最大宽度,单位 px,默认为 maxWidth + 24
|
||||
|
Reference in New Issue
Block a user