require.js怎么指定模块依赖项

2025-05-18 04:37:39
推荐回答(1个)
回答(1):

加上这个试试
requirejs.config( {
"shim": {
"grid" : ["jquery"]
}
} );