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
需求是这样的 1、用的 `#script() require("./hotCar")
引用了一个js文件,但我想在页面渲染出来的时候给这个script标签上加一个属性,如data="type" 2、hotCar.js在生产环境会被合并到pkb/common.js里,那如果给common.js也加上data="type"属性呢 求解
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求是这样的
1、用的
`#script()
require("./hotCar")
end`
引用了一个js文件,但我想在页面渲染出来的时候给这个script标签上加一个属性,如data="type"
2、hotCar.js在生产环境会被合并到pkb/common.js里,那如果给common.js也加上data="type"属性呢
求解
The text was updated successfully, but these errors were encountered: