import NtRow from './src/main'; /* istanbul ignore next */ NtRow.install = function(Vue) { Vue.component(NtRow.name, NtRow); }; export default NtRow;