import UxGrid from './src/ux-grid'; UxGrid.install = function(Vue) { Vue.component(UxGrid.name, UxGrid); }; export default UxGrid;