12 lines
232 B
TypeScript
12 lines
232 B
TypeScript
|
// @ts-nocheck
|
||
|
// #ifndef UNI-APP-X && APP
|
||
|
// export * from './vue.ts'
|
||
|
export { pathToBase64 } from './vue.ts'
|
||
|
// #endif
|
||
|
|
||
|
|
||
|
// #ifdef UNI-APP-X && APP
|
||
|
// export * from './uvue.uts'
|
||
|
export { pathToBase64 } from './uvue.uts'
|
||
|
// #endif
|