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