index.js 164 B

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