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