UNPKG

x-antd-vue

Version:

base on antd 1.7.2

10 lines (8 loc) 208 B
import ToolTip from './Tooltip'; import Base from '../base'; /* istanbul ignore next */ ToolTip.install = function (Vue) { Vue.use(Base); Vue.component(ToolTip.name, ToolTip); }; export default ToolTip;