标签: yii
我如何将这个js文件添加到yii框架中。 我们可以像这样添加简单的js文件
$ scripts-> registerScriptFile($ baseUrl。'dd.js?'。$ this-> version);
但现在我还要定义我的js文件类型,例如type =“text / babel”
< script type = "text/babel" src = "abc.js" >