Blame view

node_modules/bootstrap-vue/src/directives/hover/package.json 320 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@bootstrap-vue/v-b-hover",
  "version": "1.0.0",
  "meta": {
    "title": "Hover",
    "description": "A lightweight directive that allows you to react when an element either becomes hovered or unhovered",
    "directive": "VBHover",
    "version": "2.5.0",
    "expression": [
      "Function"
    ]
  }
}