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