index.js 163 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8
import ToolTip from './Tooltip';

/* istanbul ignore next */
ToolTip.install = function (Vue) {
  Vue.component(ToolTip.name, ToolTip);
};

export default ToolTip;