index.js 189 B

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