UNPKG

ans-ui

Version:

A vue-based UI components library for analysys

14 lines (10 loc) 232 B
import xPoptip from './source/Poptip.vue' import directive from './source/directive' xPoptip.directive = directive /* istanbul ignore next */ xPoptip.install = Vue => { Vue.directive('poptip', directive) } export { xPoptip }