index.js 160 B

1234567
  1. const VxeLoading = {
  2. /* eslint-disable @typescript-eslint/no-empty-function */
  3. install () {}
  4. }
  5. export const Loading = VxeLoading
  6. export default VxeLoading