index.js 174 B

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