1.2.4 • Published 6 months ago

lc-vue-text-tip v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

lc-vue-text-tip

安装

npm i lc-vue-text-tip

依赖

  • vue@3.x
  • element-plus@2.x
  • @vueuse/core
  • lodash

Demo

demo

基本使用

<script setup lang="ts">
  import { TextTip } from 'lc-vue-text-tip'
</script>

<template>
  <div>
    <TextTip msg='阿斯顿发射点发射点发射点阿斯顿发射点发射点'/>  
  </div>

  <div style='width: 100px;'>
    <TextTip msg='阿斯顿发射点发射点发射点阿斯顿发射点发射点'/>  
  </div>
</template>

Api

Attributes

属性名说明类型默认值
msg文字string''
popperClasspopper classstring-
placement出现位置top/top-start/top-end/bottom/bottom-start/bottom-end/left/left-start/left-end/right/right-start/right-endright
1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago