chanind / hanzi-writer

Chinese character stroke order animations and practice quizzes
https://hanziwriter.org
MIT License
3.47k stars 539 forks source link

import ts error, Cannot find 'defalut'. #258

Open doudouHubs opened 2 years ago

doudouHubs commented 2 years ago

image image

chanind commented 2 years ago

This is a typescript error? What steps need to be taken to reproduce this?

doudouHubs commented 2 years ago

This is a typescript error? What steps need to be taken to reproduce this?

thank you for your timely attention. import { default as HZ } from 'hanzi-writer'; in Vue. But in fact, an error will be reported even if it is not imported.Looks like ‘quiz_ Getcurrentstroke() ’ points to an incorrect type ‘default’

yaotusa commented 1 year ago

would you please fix this problem