Skip to content
On this page

lc-vue-text-tip

安装

npm i lc-vue-text-tip

基本使用

阿斯顿发射点发射点发射点阿斯顿发射点发射点
阿斯顿发射点发射点发射点阿斯顿发射点发射点
阿斯顿发射点发射点发射点阿斯顿发射点发射点
阿斯顿发射点发射点发射点阿斯顿发射点发射点
阿斯顿发射点发射点发射点阿斯顿发射点发射点
阿斯顿发射点发射点发射点阿斯顿发射点发射点
vue
<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