index.ts 221 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 // @ts-nocheck // #ifndef UNI-APP-X // export * from './vue.ts' export { selectComponent } from './vue.ts' // #endif // #ifdef UNI-APP-X // export * from './uvue.uts' export { selectComponent } from './uvue.uts' // #endif