1
0

uvue.ts 106 B

1234567
  1. class EXIF {
  2. constructor(){
  3. console.error('当前环境不支持')
  4. }
  5. }
  6. export const exif = new EXIF()