We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import * as DC from ‘@dvgis/dc-sdk’ DC.ready().then(()=>{})
The text was updated successfully, but these errors were encountered:
该问题由于ESM增强了对于Import的模块无法从重写的设置,目前解决方案是复制一份DC出来 即 window.DC = Object.create(DC) 这是架构的缺陷, 在 v4.0.0架构中已经规避了这个问题,无需再次复制
window.DC = Object.create(DC)
v4.0.0
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: