index.js 189 B

12345678
  1. import NtInputTable from './src/main';
  2. /* istanbul ignore next */
  3. NtInputTable.install = function(Vue) {
  4. Vue.component(NtInputTable.name, NtInputTable);
  5. };
  6. export default NtInputTable;