Blame view

src/main/webapp/libs/element-ui-2.13.0/packages/tooltip/index.js 164 Bytes
caiyongsong committed
1 2 3 4 5 6 7 8
import Tooltip from './src/main';

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

export default Tooltip;