index.ts 128 B

12345678
  1. // @ts-nocheck
  2. // #ifdef UNI-APP-X
  3. export * from './uvue.uts'
  4. // #endif
  5. // #ifndef UNI-APP-X
  6. export * from './vue.ts'
  7. // #endif