bkui-vue 0.0.1-beta.176 → 0.0.1-beta.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -11130,6 +11130,9 @@ const ClickOutside = {
11130
11130
  nodeList$1.delete(el);
11131
11131
  }
11132
11132
  };
11133
+ ClickOutside.install = (app) => {
11134
+ app.directive("bkTooltips", ClickOutside);
11135
+ };
11133
11136
  const nodeList = /* @__PURE__ */ new Map();
11134
11137
  const tooltips = {
11135
11138
  beforeMount(el, binding) {