Vuexy Admin uses custom tooltip. Because of issue with stock tooltip of Vuesax framework.
Vuexy Admin使用自定义工具提示。由于Vuesax框架的库存工具提示存在问题。

Overview

Component Name: vx-tooltip
Use case: create tooltip
Path: src/layouts/components/vx-tooltip/VxTooltip.vue
Is Globally Registred: true

Using Component

You can wrap any element with vx-tooltip to create tooltip for that element.
Below code demonstrate how to add tooltip to various components.
您可以使用vx-tooltip包装任何元素以为该元素创建工具提示。 下面的代码演示了如何向各种组件添加工具提示。

ButtonButtonButton
vx-tooltip component gives features similar to stock tooltip component. You just have to use vx-tooltip as tag instead of vs-tooltip.
Find other features supported by vx-tooltip here .

Dependencies

  • src/assets/utils.js
  • src/assets/colors.js