index.ts 145 B

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