satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.46k stars 470 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'ArrayBuffer') #68

Closed aohanhongzhi closed 1 year ago

aohanhongzhi commented 1 year ago

when I import spark-md5 to Vue3

image

import it and use

image

image

but the error happened

image

sovle the problem, remove brace when import

image