index.js 190 B

123456789
  1. import VxeLoading from './src/loading'
  2. export const Loading = Object.assign(VxeLoading, {
  3. install (Vue) {
  4. Vue.component(VxeLoading.name, VxeLoading)
  5. }
  6. })
  7. export default VxeLoading