index.ts 138 B

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