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
require.config({ baseUrl:"./js", }); var test=require(['zrender']);
为什么 test 这样加载是undefined,我怎么才可以将zrender中的模块逐个加载而不是用回调函数的形式进行使用?大神给指点一下
The text was updated successfully, but these errors were encountered:
你可以有一个入口模块,比如main,在这个main里可以直接require任何东西。然后在html中async require这个main
Sorry, something went wrong.
No branches or pull requests
为什么 test 这样加载是undefined,我怎么才可以将zrender中的模块逐个加载而不是用回调函数的形式进行使用?大神给指点一下
The text was updated successfully, but these errors were encountered: