UNPKG

ux-react

Version:

Mobile web UI based on Vue and WeUI

9 lines (6 loc) 164 B
import Tooltip from './src/main'; /* istanbul ignore next */ Tooltip.install = function(Vue) { Vue.component(Tooltip.name, Tooltip); }; export default Tooltip;