UNPKG

fe-core-cli

Version:

All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node

31 lines (19 loc) 924 B
# Tooltip 文字提示 ## 基本使用 <preview path="../../demos/tooltip/tooltip-1.vue" title="基本使用" description=" "></preview> ## 组件 API ### Attributes 属性(继承 [tooltip](https://3x.antdv.com/components/tooltip-cn#API)) | 参数 | 说明 | 类型 | 可选值 | 默认值 | | ---- |------------------------|-------| ---- | ---- | | ellipsis | 控制超出是否省略 | boolean | - | true | | unOverHide | 内容不超出时不提示tip的开关(默认不开启) | Boolean | - | false | | title | tooltip的title提示内容 | string\slot | - | - | | titleTips | 悬浮窗口的展示内容 | Array | - | - | ### Methods 方法 | 方法名 | 说明 | 参数 | 返回值 | | ---- | ---- | ---- | ---- | | | | | | ### Events 事件 | 事件名 | 说明 | 参数 | 返回值 | | ---- | ---- | ---- | ---- | | | | | |